Mladen Prajdić Blog

Blog about stuff and things and stuff. Mostly about SQL server and .Net

SQL Server 2005 Dedicated Administrator Connection

Since i've started playing with SQL Server 2005 i've come accross a few things that i think are very cool.

I write them here so i don't forget about them :))

One of them is a Dedicated Administrator Connection (DAC)

This is a special diagnostic connection which is used by DBA's to troubleshoot a server when the server is refusing other connections

for whatever reason.

DAC can be created with SqlCmd utility or in SSMS with admin:instance_name.

Also only one DAC is allowed per instance.

Remote network access must be enabled with SQL Server Surface Area Configuration

 

I think this is a very handy and usefull novelty.

 

You can find more info about DAC here.

 

Legacy Comments


abbas
2008-05-14
re: SQL Server 2005 Dedicated Administrator Connection
i want information about SQL Server 2005 Dedicated Administrator Connection.

abbas
2008-05-14
re: SQL Server 2005 Dedicated Administrator Connection
i want information about SQL Server 2005 Dedicated Administrator Connection.

suki
2008-06-12
re: SQL Server 2005 Dedicated Administrator Connection
i want to have sql server in DAC mode. but for enabling remote DAC, i can't see the option in sql server surface area configuration. What could be the reason? i using sql server 2005

DAC
2009-02-03
re: SQL Server 2005 Dedicated Administrator Connection
Hi Suki. Did you check both surface area configuration for connections and features? there must be DAC node under sql server service (as far as I remember)