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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-05-11 : 07:31:32
|
| Wendy writes "Does anyone know is there a T-SQL command to view the permissions for a paritcular sproc? The EM does not work for me, it takes too long.ThanksWendy" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-05-11 : 07:31:54
|
| sp_helprotect 'myProcedure'See Books Online for more details. |
 |
|
|
|
|
|