I ran this query to change the DB owner to 'sa"
EXEC sp_changedbowner @loginame = N'sa', @map = false
and the message returned was "The dependent aliases were dropped." What does that message mean?
TIA,
edm2
I ran this query to change the DB owner to 'sa"
EXEC sp_changedbowner @loginame = N'sa', @map = false
and the message returned was "The dependent aliases were dropped." What does that message mean?
TIA,
edm2