Viewing 15 posts - 916 through 930 (of 930 total)
I tried to add SomeUser using command
net group SomeGlobalGroup SomeUser /domain /add
But I am getting error message as below
The request will be processed at a domain controller for domain domainname.System...
June 18, 2008 at 12:59 am
For adding logins to BUILTIN\Administrators through Query analyser
I came across below commands
1)xp_cmdshell "net user sampleaccount /ADD"
2)xp_cmdshell "net localgroup Administrators sampleaccount /ADD"
For finding if member is added to BUILTIN\Administrators...
June 16, 2008 at 10:39 pm
Product version is 9.00.3054.00
service pack sp2
I am using .BAK extension only
June 9, 2008 at 12:10 am
you could also execute below xp
exec xp_msver
June 3, 2008 at 2:18 am
Very good scripts.
Ken, you made my task so much easier.
I am on migration project. This article was very useful to sync up the logins.
June 3, 2008 at 2:13 am
I thought we could try this as well along with Jack's input
DBCC opentran Database_name
This gives info about the oldest active transactions.
June 2, 2008 at 11:42 pm
I tried what you suggested in a test server. That is, changed the master to full recovery mode and then changed the sa password. Could you please help me identify...
June 2, 2008 at 11:32 pm
I ran the script on my local sql 2005. Could you please explain briefly what this means. Is there anyway we could map these id's to the processes from sp_who2
record_id...
June 2, 2008 at 1:17 am
Sorry typo.
I thought we couldn't use this column updatedate all the time to check when the password was changed. It would change when new privileges were added to the login...
June 1, 2008 at 5:17 am
I thought we couldn't this column updatedate all the time to check when the password was changed. It would change when any privilege was given to the login or if...
June 1, 2008 at 5:16 am
Please share your inputs if you are able to analyse DBCC PERFMON.
What exactly we need to check. What are the values which shouldn't be high etc? Thanks.
June 1, 2008 at 1:41 am
Deepak, Basit
Thanks a lot for the invaluable inputs
Regards,
Moinudheen
May 27, 2008 at 9:27 am
Please advise how to check service account whether it is domain or local in sql2k5. When I right click on
server->properties->security->Server proxy account->
I don't see any proxy account but...
May 27, 2008 at 5:30 am
Thank you all for the instant response. Awesome really.
Best regards,
Moinudheen 🙂
May 25, 2008 at 9:11 pm
Sorry. correction. this is the script
CREATE procedure sp_checkdbaccess
AS
/*Copy the output of this sp and run it on query analyser*/
/*This sp is for finding logins with database access*/
declare @db_name varchar(25)
declare @db_status...
May 21, 2008 at 5:36 am
Viewing 15 posts - 916 through 930 (of 930 total)