Results 1 to 2 of 2

Thread: How can i view my current DB's compatibility level?

  1. #1
    Balgar Guest

    How can i view my current DB's compatibility level?

    I can set the compatibility level by using :sp_dbcmptlevel
    But before doing this - How can i view my current DB's compatibility level?
    Any help appreciated

  2. #2
    Gurukiran Guest

    How can i view my current DB's compatibility level? (reply)

    Use the same sp_dbcmptlevel with the database name as thge argument. You will get a message like this :

    "The current compatibility level is 65 "


    ------------
    Balgar at 10/11/00 10:54:13 AM

    I can set the compatibility level by using :sp_dbcmptlevel
    But before doing this - How can i view my current DB's compatibility level?
    Any help appreciated

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •