Permissions for SQL 2005
LeeFAR
Posts: 3
Could someone please tell me exactly what permissions are required to allow a user to perform a compare of databases in SQL 2005? Here is the problem I have. Our developers have DBO rights in their development database. However, in the testing database and production database, they do not have DBO rights. However, we need to allow them to perform compares between development, test, and production and yet still prevent them from actually making modifications to the test and production databases.
Any help you can provide would be great.
Any help you can provide would be great.
Comments
The SQL 2005 permission VIEW DEFINITION is probably what you are after to quote:
I have tested this as the DB level and it works, the server level might be a bit far reaching.
Hope this helps,
Jonathan
-Project Manager
-Red Gate Software Ltd
Are there any permissions that can be added so I can see a true picture of the database without having the power to alter objects?