Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: dbo not owner

    you need to run the

    use 'database'

    --the database where the objects are located

    sp_changeobjectowner 'obnectname','dbo'

    then you need to refresh the database you can see the change of the owner...

Viewing post 1 (of 1 total)