The SQL Server Dedicated Administration Connection (DAC) once again saved the day! A bad logon trigger on a development SQL Server caused all Logons to go into ROLLBACK. In effect , the Logons were authenticating but at the point of creating a user session the Logon would ROLLBACK. 1) The DAC is only allowed on the local server. Remote connections are not allowed except if configured with the sp_configure. For local server access , you’ll either need to connect locally or use RDP. If you can't RDP logon because other users logged on read How to View Remote Desktop Sessions... Read more →