What is DAC

  • What is DAC in sql server

    In which purpose it will be going to be used ?

    what is port number of DAC ?

  • DAC is the Dedicated Administrative Connection...If you enabled in on your server (it's optional and off by default), when you have a runaway process you can still connect, and maybe kill those processes ro undo other things that may have locked everyone out, like a poorly written logon trigger.

    you can read plenty about it on BOL;

    it doesn't have a specific or different port than your server. it's a connection option for when you connect, say via SSMS or via SQLCMD

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • http://www.google.com/search?q=DAC+SQL+Server

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply