Hi,
Please help. I am very new to SQL server.
I run :
sp_helprotect erwin123
Owner object grantee grantor protecttype action coloumn
dbo erwin123 developer_user dbo Deny Select (All+New)
dbo erwin123 laue dbo Grant Select(All+New)
If I Just want to get the 3rd column which in grantee, what manipulation on stored procedure can I use.
I've tried something like
select grantee from (exec sp_helpprotect erwin123) and it does not work.
Thanks in advance for your advice