May 7, 2015 at 4:02 pm
Need a script to create a new role to cover SP creation/execution, any table data manipulation (insert, update, delete & select) .
Thank you !!
May 7, 2015 at 4:09 pm
Actually I am struggling for a complete script
Need a script to create a new role in all databases to cover SP creation/execution, any table data manipulation (insert, update, delete & select) .
Thank you !!
May 7, 2015 at 4:18 pm
charipg (5/7/2015)
Actually I am struggling for a complete scriptNeed a script to create a new role in all databases to cover SP creation/execution, any table data manipulation (insert, update, delete & select) .
Thank you !!
My recommendation is that it's time for you to study about privs. It's all in "Books Online". If you don't know what "Books Online" is, you might want to Google it because it's wicked important.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2015 at 2:54 am
charipg (5/7/2015)
Need a script to create a new role in all databases to cover SP creation/execution, any table data manipulation (insert, update, delete & select) .
Google search topics:
"CREATE ROLE site:msdn.microsoft.com"
"GRANT site:msdn.microsoft.com"
"fixed database roles site:msdn.microsoft.com"
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply