cancel
Showing results for 
Search instead for 
Did you mean: 

Error 15405: Cannot use the reserved user or role name 'dbo'

maj_rif
Level 4
Hi,
I am trying to update the EV from 7.5 to 8.0 SP2. As per requirement I am trying to assign the following additional rights in the SQL server
  • db_securityadmin
  • db_ddladmin
  • db_datareader
  • db_datawriter
While enabling that rights in SQL 2000 SP4 I am getting error message Error 15405: Cannot use the reserved user or role name 'dbo'

Any one of you can assist me in this regards. I know that this issue is belongs to the SQL Server. Symantec has shared the procedure to create the role for the for the SQL 2005. Any one of you can share the same for SQL 2000 SP4.

Regards/Majrif.
3 REPLIES 3

Olivian_Retezan
Level 4
Try to name the role otherwise.

E.g. "EnterriseValutAccess" or "EVAccess".

maj_rif
Level 4
how can i create a role in SQL 2000.

Olivian_Retezan
Level 4
Check the following article:
http://articles.techrepublic.com.com/5100-10878_11-1061781.html

It has a section called: "Creating a new database role".

Hope this helps.