Dedicated Administrator Connection (DAC) in SQL Server 2008 R2
By Timothy Warner | 3 Comments | PermalinkIn this article you will learn how to obtain emergency access to a SQL Server 2008 R2 database instance by using the built-in Dedicated Administrator Connection (DAC) functionality.
In Microsoft Windows, we have Safe Mode. In SQL Server 2008, we have the Dedicated Administrator Connection, or DAC. We can use DAC to obtain emergency access to a SQL Server 2008 database instance in cases where the instance is blocked up, locked up, or just plain hosed.
SQL Server 2008 keeps a dedicated scheduler available at all times for the DAC. Therefore, you should (almost) always be able to connect to SQL Server by using the DAC.
You can log into the SQL Server instance with a DAC while other users are logged in at the same time. However, only one DAC session is allowed at any one time.
Enabling Dedicated Administrator Connection
By default, local connections to a DAC are enabled in SQL Server 2008 R2. Therefore, you can use the DAC during an interactive logon or a quasi-local logon through VNC, Remote Desktop Services, or the like.




Subscribe via e-mail: 

(1 votes, average: 4.00 out of 5)
