• U CHANGE THE OWNER BY

    use master

    GO

    EXEC [DB_NAME].dbo.sp_changedbowner @loginame = N'LOGIN_NEW', @map = false

    GO