Re: script object-level permissions
From: cengiz uyar (cengizu_at_globis.com.tr)
Date: 06/26/03
- Previous message: Tibor Karaszi: "Re: MultiServer Setup"
- In reply to: Andrew J. Kelly: "Re: script object-level permissions"
- Next in thread: cengiz: "Re: script object-level permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 25 Jun 2003 23:39:45 -0700
generally when you change an object's permission, the sysprotects system
table is affected, for example if you grant a object a row will be
inserted in this table with your objects id. When I grant my object
nothing changes in the sysprotects table, here is the statement and the
output:
sp_helprotect my_procedure
Server: Msg 15330, Level 11, State 1, Procedure sp_helprotect, Line 346
There are no matching rows on which to report.
When you script your objects with the "script object level permissions"
option checked, sql server uses the
exec sp_MSobjectprivs N'[dbo].[my_procedure]'
procedure which does not return anything for my object.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Previous message: Tibor Karaszi: "Re: MultiServer Setup"
- In reply to: Andrew J. Kelly: "Re: script object-level permissions"
- Next in thread: cengiz: "Re: script object-level permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|