YOUR CHANNEL IS LOADING
  • 1

    How do you solve T-SQL problems?

  • 2

    Morphing Microsoft

  • 3

    The Control Poll

  • 4

    Honeywords in SQL Server

  • 5

    The Challenger

The Voice of the DBA Toggle Switches

MEVIOtoday

Mar 21, 2013 Toggle Switches

When SQL Server 7 was released, it was touted as a self-tuning, self optimizing database platform requiring much less attention from a DBA. The product had relatively few tuning options and limited information available about how it processed queries. DBAs were worried about losing their jobs, though as history has shown us, the concerns were overblown. There was plenty of work for DBAs then, and that has continued through the current SQL Server 2012 release.

However the number of tuning options, and the wealth of information exposed by SQL Server to developers and administrators has grown tremendously over the years. We have DMVs and DMFs, many more tuning options, new hints, isolation levels, and more that enable the DBA to manage SQL Server fairly in a very granular way when they want to do so. From what I understand, there are still less options than other platforms have and often the best advice I seen given from various people is to write more efficient code and let SQL Server still determine the optimal plan for query execution.

 

Read the rest of "Toggle Switches" at SQLServerCentral.Â