What permissions do I have on my SQL 2005 database?
The following article explains the permissions given to your SQL 2005 database. When the database is created, a user is configured with the following permissions:
- db_owner - allows the user to perform all configuration and maintenance activities on the database
When connecting to your database through SQL Management Studio, you may see the following error message:
This message means that you do not have full ownership of the database. Please contact our support team and we can assign you the proper permissions to your database.