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
SQL SERVER 2016 - Trace Flag 1117 is Discontinued. Use the Options Provided with ALTER DATABASE

SQL SERVER 2016 – Trace Flag 1117 is Discontinued. Use the Options Provided with ALTER DATABASE

December 26, 2016
Pinal Dave
SQL Tips and Tricks
SQL Server, SQL Server 2016, SQL Server Configuration, TraceFlags

SQL Server 2016 discontinued trace flag 1117 and 1118 for TempDB. Use the options in ALTER DATABASE instead, as I found on a client server.

Read More
SQL SERVER 2016 - DBCC Command Enhancement with MAXDOP

SQL SERVER 2016 – DBCC Command Enhancement with MAXDOP

November 19, 2016
Pinal Dave
SQL Tips and Tricks
SQL CPU, SQL Scripts, SQL Server, SQL Server Configuration, SQL Server DBCC

SQL Server 2016 lets you set MAXDOP on DBCC checks like CHECKDB. Here is how this DBCC Command enhancement works and how to use it.

Read More
SQL SERVER - Set AUTO_CLOSE Database Option to OFF for Better Performance

SQL SERVER – Set AUTO_CLOSE Database Option to OFF for Better Performance

September 22, 2016
Pinal Dave
SQL Performance
SQL Scripts, SQL Server, SQL Server Configuration, SQL Server Management Studio

How I helped a customer get better performance by setting the AUTO_CLOSE Database Option to OFF, and why this setting hurts busy databases.

Read More
An old valve radio photographed close up, its rows of knobs and dials warm under a desk lamp.

Interview Question of the Week #061 – How to Retrieve SQL Server Configuration?

March 6, 2016
Pinal Dave
SQL Interview Questions and Answers
SQL Scripts, SQL Server, SQL Server Configuration

A common interview question: how do you retrieve SQL Server configuration? Right-click and Properties is not enough. Here is the better answer.

Read More
SQL SERVER - A Brief Note on SET TEXTSIZE

SQL SERVER – A Brief Note on SET TEXTSIZE

August 28, 2012
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server, SQL Server Configuration

Is there any difference between the LEFT function and SET TEXTSIZE? A quick script shows how each one trims a long VARCHAR(MAX) value in the results.

Read More
SQL SERVER - Check Advanced Server Configuration

SQL SERVER – Check Advanced Server Configuration

July 29, 2010
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server, SQL Server Configuration, SQL Stored Procedure

How do you Check Advanced Server Configuration values? Turn on show advanced options with sp_configure, run RECONFIGURE, then run sp_configure to list them.

Read More
Sql error dialog.

SQL SERVER – FIX : Error: Msg 15123, Level 16 – The configuration option ‘advance option’ does not exist, or it may be an advanced option.

March 26, 2009
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Scripts, SQL Server Configuration

Msg 15123 says the configuration option does not exist or may be an advanced option. Turn on show advanced options with sp_configure first, then set it.

Read More
Previous 1 … 8 9 10 11 12 Next
  • Books
  • Testimonials
  • Privacy Policy

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