Hi,
I want to revoke/deny select on master..sysdatabases from a specific user.
I ran DENY select ON master.dbo.sysdatabases to User1
REVOKE select ON master.dbo.sysdatabases from User1
But it doesn't help. User1 still can run select * from master.dbo.sysdatabases.
Can anyone help me on this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.