Issue:
cannot change mdb owner
We need to change to mdbadmin before to upgrade ServiceDesk
Cause:
An existing install has the mdb owned by admin, would like to change the owner to mdbadmin as the default install of ServiceDesk
Resolution:
Use Sql Studio Management
new query
use mdb;
EXEC dbo.sp_changedbowner mdbadmin
We recommend to have this done with your DBA;