Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Issue

Error - 'The proposed new database owner is already aliased in the database.' occurs when I am trying to use the stored procedure 'sp_changedbowner DYNSA' to change the owner of a SQL database. I looked in DYNGRP for that database but did not find an alias for this user.


Resolution

If there is an alias for the DYNSA, you may not recognize the alias in DYNGRP. You will need to run the following statement in the SQL Query Analyzer, against the database you were trying to change:


sp_dropalias 'DYNSA'


After this, you should be able to run the 'sp_changedbowner DYNSA' stored procedure.

This article was TechKnowledge Document ID:6722

TechKnowledge Content

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×