don't own the database. An outsourced contractor does.
Or can I?
Test it and you see it. Or as the DBA to do it for you.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I wrote an assembly in C# to place inside a SQL Server database. However, after all that work I found out I
don't own the database. An outsourced contractor does.
its unexpected since I created the DB, but now he owns it somehow.
I have full control just like he does, but I don't think I can alter the assembly authorization.
Or can I?
NOTE: I ran "alter authorization" and it ran without error, but the owner didn't change.
don't own the database. An outsourced contractor does.
Or can I?
Test it and you see it. Or as the DBA to do it for you.
What do you want to change the ownership of? The database or the assembly? This is not clear. Any why do you want to change it?
Ideally, a database should be owned by an SQL login which exists solely to own that database and which has been granted no permissions.