Run the following command to set a new owner, in this example DBO. The database name in this example is newtraders.
use NEWTRADERS
go
sp_changedbowner @loginame = ‘dbo’
Categories:
Tags:
Comments are closed
Comments are closed