Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Error while creating diagram.

    Hi Folks,

    I got the same error message and tried the following solution after googling a bit.

    Solution is as::

    EXEC sp_dbcmptlevel '<Your Database>', '90';

    go

    ALTER AUTHORIZATION ON DATABASE::Your Database TO "USER LOGIN"

    go

    use [Your...

Viewing post 1 (of 1 total)