Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
nitin1353
Constraint Violating Yak Guru
381 Posts |
Posted - 2007-04-20 : 11:06:21
|
GurusIn a particular table i need to find out that which user has got what all permissionsHow can i do thisPlease helpRegardsNitin |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2007-04-20 : 11:10:32
|
[code]use pubs-- one tableexec sp_helprotect 'authors'-- all objectsexec sp_helprotect[/code]CODO ERGO SUM |
 |
|
nitin1353
Constraint Violating Yak Guru
381 Posts |
Posted - 2007-04-20 : 11:27:02
|
Thanks a ton MichaelRegards |
 |
|
|
|
|