This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
Workshop pegboard with neatly arranged tools, standards that keep work organized

SQL SERVER – Database Coding Standards and Guidelines Introduction

June 3, 2007
Pinal Dave
SQL Tips and Tricks
Database, DBA, Software Development, SQL Coding Standards, SQL Download, SQL Scripts, SQL Server

Coding Standards and Guidelines Introduction: after my interview questions series, readers asked for coding standards, so I kept this set short and practical.

Read More
SQL SERVER - Retrieve Information of SQL Server Agent Jobs

SQL SERVER – Retrieve Information of SQL Server Agent Jobs

May 31, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server, SQL Server Agent, SQL Stored Procedure

sp_help_job returns information about SQL Server Agent jobs in msdb. Run it with no parameters to list every job, plus a few related Agent posts.

Read More
Fill Factor.

SQL SERVER – Change Default Fill Factor For Index

May 25, 2007
Pinal Dave
SQL Performance
SQL Index, SQL Scripts, SQL Server, SQL Server Configuration

The Default Fill Factor in SQL Server is 0. Change it with sp_configure to leave free space on index pages and reduce page splits. I like mine at 90.

Read More
Suppliers, Products, Order Details, and Categories database schema..

SQL SERVER – NorthWind Database or AdventureWorks Database – Samples Databases

May 23, 2007
Pinal Dave
SQL Tips and Tricks
SQL Download, SQL Sample Database, SQL Server, SQL Server Express

SQL Server 2005 does not install Samples Databases by default. Here is where to get AdventureWorks, and the answer to the next question: where is NorthWind?

Read More
SQL SERVER - 2005 Comparison EXCEPT operator vs. NOT IN

SQL SERVER – 2005 Comparison EXCEPT operator vs. NOT IN

May 22, 2007
Pinal Dave
SQL Tips and Tricks
SQL Index, SQL Operator, SQL Scripts, SQL Server

The EXCEPT operator returns distinct rows from the left query with no match on the right, just like NOT IN. Both give the same plan, but EXCEPT reads simpler.

Read More
Three identical glass jars on a wooden shelf: one filled with rice, one holding a single grain, and one completely empty with its lid off.

What Is NULL in SQL Server? The Value That Isn’t a Value

May 21, 2007
Pinal Dave
SQL Tips and Tricks
Best Practices, Database, SQL Scripts, SQL Server

NULL in SQL Server is not zero and not an empty string. It means the value is unknown, and that changes every comparison you write. Why equals never matches, the NOT IN trap that returns nothing, and where NULL is allowed to live.

Read More
SQL SERVER - SQL Code Formatting Tools

SQL SERVER – SQL Code Formatting Tools

May 20, 2007
Pinal Dave
SQL Tips and Tricks
File format, SQL Scripts, SQL Server, SQL Utility

SQL Code Formatting matters, and every DBA has a preference; I like uppercase keywords. I ran one script through online formatters and two were worth sharing.

Read More
Previous 1 … 341 342 343 344 345 346 347 … 350 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com