Fix SQL Server connection problems If you are a developer experiencing “Connect to Server” errors using SQL Server Management Studio on your local machine or development box, consult the checklist ...
You’re getting Error 33129 because the login "AD\Group_Name" is a Windows group login, and SQL Server does not allow ALTER LOGIN ... DISABLE for Windows groups. The ...