What is the Use of Dedicated Admin Connection ?

Dedicated Admin Connection allows user to connect to SQL server when normal connection attempts fail, for example, when a server is hanging, out of memory or other bad states that it's not responding to connection requests. DAC is achieved by pre-allocating dedicated resources during server startup, including memory and scheduler etc.



You May Interest

What is Change Data Capture in SQL Server ?

What are The Different Backup Options With SQL Server ?

Making a MS SQL Database Offline

What is the Difference Between DB Mirroring and Log Shipping in S ...

What is the Difference Between VARCHAR and NVARCHAR in SQL Server ...