| Author |
Message |
FISsql
Joined: 12 Jun 2007 Posts: 1
|
Posted: Tue Jun 12, 2007 7:53 pm Post subject: Minimum SQL permissions? |
|
|
I am trying to create a SQL Login that allows a user to create all the necessary SQL Docs for databases, tables, stored procedures, etc., but I want to limit their ability on the actual SQL Server.
What would be the minimal permission settings needed to create the SQL Docs?
Thanks |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6369 Location: Red Gate Software
|
Posted: Wed Jun 13, 2007 9:37 am Post subject: |
|
|
Hi,
The safest thing to do on SQL 2005 is to GRANT VIEW DEFINITION to your documentation user. Then even if the user is not allowed access to some objects in the database, there should be a guarantee that they can still access all of the schema definitions.
You may need some additional rights if you are going to place 'comments' on objects. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group