How To Enable Dedicated Administrator Connection in SQL Server In This Post i will let you know How To Enable Dedicated Administrator Connection in SQL Server.I have already explained How to Use Dedicated Administrator Connection in SQL Server. Using T-SQL: Use master GO sp_configure ‘remote admin connections’, 1 GO RECONFIGURE WITH OVERRIDE GO Using SQL Server Management Studio: […]