Viewing 6 posts - 16 through 21 (of 21 total)
It happens where ever you connect from. When I connect from my machine as an admin I see all the databases listed. But when I use the other login that...
August 27, 2009 at 2:02 pm
No it does not give me any error. Would there be any command that could be barring all these logins from viewing the databases in the object explorer?
August 27, 2009 at 1:48 pm
I am able to bring down the permissions to very low by using the following commands.
Deny All to Login_Name
Deny Alter Any Login to Login_Name
Grant Execute master.sys.xp_ReadErrorLog To Login_Name
This will help...
August 26, 2009 at 7:34 am
Go to this link. It has all you need.
http://www.sqlservercentral.com/scripts/Maintenance+and+Management/31929/
May 18, 2009 at 1:51 pm
Have you tried using
Exec master..xp_cmdshell 't1*.dtsx'
June 25, 2008 at 3:36 pm
Viewing 6 posts - 16 through 21 (of 21 total)