Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Property owner not available?

    To solve the issue, change 'dbo' to match a correct login, using either sp_changedbowner or with the following SQL code:

    ALTER AUTHORIZATION ON DATABASE::[dbname] TO [somevalidlogin]

Viewing post 1 (of 1 total)