Viewing 3 posts - 1 through 3 (of 3 total)
You could try the following SQL to deny the group access to SQL Server.
USE [master]
GO
DENY CONNECT SQL TO [[SUTTER-CHS\SC.IT_Data_Services]
July 16, 2008 at 1:14 pm
#844027
You could try the following SQL to disable the NT group.
ALTER LOGIN [Domain\NT_Group_Name] DISABLE
July 16, 2008 at 12:58 pm
#844017
#844016