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 1:14 pm
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:48 pm
balbirsinghsodhi (7/16/2008)
Sorry about that.Thank you Jeffrey.
No problem
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply
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