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]
GO
July 16, 2008 at 1:14 pm
You could try the following SQL to disable the NT group.
ALTER LOGIN [Domain\NT_Group_Name] DISABLE
GO
July 16, 2008 at 12:58 pm
You could try the following SQL to disable the NT group.
ALTER LOGIN [Domain\NT_Group_Name] DISABLE
GO
July 16, 2008 at 12:58 pm
Viewing 3 posts - 1 through 3 (of 3 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy