Chapter 39. Configuring SQL Server

IN THIS CHAPTER

  • Making sense of SQL Server configuration

  • Configuring the server-level configuration options

  • Configuring the database-level configuration options

  • Configuring the connection-level options

SQL Server has a plethora of configuration options. The difficulty in mastering them lies in the fact that they are spread across three levels:

  • Server-level options generally configure how the server works with hardware, and determine the database defaults.

  • Database-level options determine the behavior of the database, and set the connection-level defaults.

  • Connection-level options determine the current behaviors within the connection or current procedure.

Several of the configuration options overlap or simply set the default for the level immediately below. This chapter pulls these three configuration levels into a single unified understanding of how they relate to and affect each other. This chapter does not cover every single SQL Server configuration option but it covers most of them that I think are important. If you are a SQL Server beginner, you may find that some of the configuration options are advanced and you may not need them immediately.

Setting the Options

Whether you choose to adjust the properties from SQL Server Management Studio's graphical tool or from code is completely up to you, but not every property is available from Management Studio using the graphical interface. While the graphical interface has the advantage of being easy to use, ...

Get Microsoft® SQL Server® 2008 Bible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.