January 10, 2008 at 5:43 am
This is annoying.
BOL doesn't have any topics that I can find on granting statement level permissions with T-SQL. In fact, I had to go to the SQL 2000 BOL to find a reference and it pointed me to the GUI.
The only T-SQL permissions I could find in BOL 2k5 was granting object permissions or securable permissions.
Has anyone else been able to find this topic in BOL 2k5? I've got the latest version of BOL and can't find it no matter what topic I search on. BLEARGH!
January 10, 2008 at 6:42 am
Do you mean this?
January 10, 2008 at 6:44 am
Brandie Tarvin (1/10/2008)
This is annoying.BOL doesn't have any topics that I can find on granting statement level permissions with T-SQL. In fact, I had to go to the SQL 2000 BOL to find a reference and it pointed me to the GUI.
The only T-SQL permissions I could find in BOL 2k5 was granting object permissions or securable permissions.
Has anyone else been able to find this topic in BOL 2k5? I've got the latest version of BOL and can't find it no matter what topic I search on. BLEARGH!
These are grouped under database permissions
http://msdn2.microsoft.com/en-us/library/ms178569.aspx (assuming the we mean the same under statement level permissions. I mean the CREATE FUNCTION, CREATE PROCEDURE ... permissions :))
Regards,
Andras
January 10, 2008 at 6:52 am
Yes, that's what I was looking for, but couldn't find it because I was looking in BOL under "Table" instead of "Database".
And in BOL 2000, they actually list "statement" as a topic, but not in 2k5 BOL.
Thanks, Guys.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply