Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Problem with Cross DB Ownership Chaining

    The database owners should be same for bothe databases

    Use sp_changedbowner "sa" assuming that "sa" is mapped to "dbo" and each object in your database is owned by "dbo"

    Hope this helps

    Sudheer

Viewing post 1 (of 1 total)