10 Quick Tips & Tricks for SQL Server Developers

by Jul 9, 2015

Tips and Tricks for SQL Server Developers

Here are 10 quick SQL Server tips and tricks for database developers compiled by SQL Server expert Pinal Dave.

  1. For inefficient query plans: Check for issues with bad cardinality estimates.Try Rapid SQL
  2. The maximum degree of parallelism can be limited server-wide by using the max degree of parallelism option. 
  3. DMV – sys.dm_os_nodes provides information about CPU node configuration for SQL Server.
  4. Slow query can be because of Missing indexes can force table scans and slow down the query.
  5. Plan guides can be created for ad hoc queries as well as queries inside a stored procedure.
  6. On both 32-bit and 64-bit platforms, memory that is allocated through the AWE mechanism cannot be paged out.
  7. Entities with the same query_hash value have a high probability of referring to the same query text.
  8. The query hash is computed from the tree structure produced during compilation.
  9. A change in the cardinality of a table variable does not cause a recompilation.
  10. You can use Performance Monitor and SQL Server Profiler to detect excessive compilation and recompilation.

Take your SQL Development to the Next Level

Embarcadero Rapid SQL is the intelligent SQL IDE empowering database developers and DBAs the ability to create high-performing SQL code on all major databases from a single interface. This toolset simplifies SQL scripting, query building, object management, debugging and version control with intuitive, innovative tools.

Try Rapid SQL | Learn more about Rapid SQL | Contact Us