Azure SQL Database
An Azure relational database service.
6,000 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to add SQL USER as dbo in Azure sql DB
Database and object ownership can be transferred using the ALTER AUTHORIZATION command.
ALTER AUTHORIZATION ON DATABASE::<YourDatabaseName> to [TheNewOwner];