tom.johnston
Newbie
Points: 5
More actions
July 16, 2008 at 12:58 pm
#844017
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
#844027
You could try the following SQL to deny the group access to SQL Server.
USE [master]
DENY CONNECT SQL TO [[SUTTER-CHS\SC.IT_Data_Services]
Jeffrey Williams
SSC Guru
Points: 90303
July 16, 2008 at 1:48 pm
#844042
balbirsinghsodhi (7/16/2008)Sorry about that.Thank you Jeffrey.
balbirsinghsodhi (7/16/2008)
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 fasterManaging Transaction Logs
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply