• subscribe


Pinalkumar Dave

Pinalkumar Dave is a Microsoft SQL Server MVP, mentor for Solid Quality India, and Microsoft Certified Trainer (MCT). He has written more than 1,500 articles on his blog at http://blog.sqlauthority.com. He is a dynamic and proficient principal database architect, corporate trainer, and project manager, who specializes in SQL Server programming and has seven years of hands-on experience. He holds a Master of Science degree and several certifications, including MCTS, MCDBA, and MCAD (.NET). He is also Regional Mentor for PASS Asia.

Email: pinal@sqlauthority.com

My Latest Content
My Latest Comments



Author Articles

Sharpen Your SQL Server Skills

By Pinalkumar Dave, 09/29/2008

Pick up 7 basic query analysis rules from Dave.

Sharpen Your Basic SQL Server Skills

By Pinalkumar Dave, 05/28/2008

Discover the difference between Windows Authentication Mode and Mixed Mode, and learn the names and uses of installed system databases.

Sharpen Your Basic SQL Server Skills

By Pinalkumar Dave, 04/24/2008

Sharpen Your Basic SQL Server Skills

By Pinalkumar Dave, 03/28/2008

Get answers to your questions about SQL Server 2005 Surface Area Configuration tools that can help you protect the SQL Server surface area from security breaches perpetrated by ...

Sharpen Your Basic SQL Server Skills

By Pinalkumar Dave, 02/28/2008

More answers to DBAs' questions. What’s the difference between dividing an integer with NULL or zero, or between a unique constraint and a primary key constraint, or between ...

Sharpen Your Basic SQL Server Skills

By Pinalkumar Dave, 01/25/2008

Server backup doesn’t have to be complex. With these simple commands you can perform full, transaction log or incremental, differential, and file backups. Plus you’ll learn ...

Sharpen Your Basic SQL Server Skills

By Pinalkumar Dave, 11/20/2007

DBAs get answers to basic Structured Query Language (SQL) questions on the difference between FILLFACTOR = 0 and FILLFACTOR = 100; ISNULL and NULLIF; clustered index and ...

Sharpen Your Skills: Joins, Groupings, and Data Types

By Pinalkumar Dave, 10/25/2007

Learn the difference between UNION and UNION ALL; INNER JOIN and OUTER JOIN; DISTINCT and GROUP BY; NVARCHAR, VARCHAR, and CHAR; and timestamp and GETDATE().

Sharpen Your Skills: Routines and Clauses

By Pinalkumar Dave, 09/20/2007

SQL Server often features several ways to do the same or similar tasks. To select the best technique for the job, you need to understand the differences.