IS THIS SHOULD BE IMMEDIATELY AFTER THE UPGRADE TO 2005(COMPATIBILITY IS IN 80) OR AFTER CHANGING THE COMPATIBILTY TO 90.

  • hi,

    In earlier versions of SQL Server, the INFORMATION_SCHEMA.SCHEMATA view returned all databases in an instance of SQL Server. In SQL Server 2005, the view returns all schemas in a database, which complies with the SQL Standard.

    Corrective Action

    Modify your application to reference the sys.databases catalog view to return all databases in an instance of SQL Server

    IS THIS SHOULD BE IMMEDIATELY AFTER THE UPGRADE TO 2005(COMPATIBILITY IS IN 80) OR AFTER CHANGING THE COMPATIBILTY TO 90.

    Please clarify me..

  • If you want to return all the databases in 2005 query sys.databases view.

    Change the compatibility mode to 90.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply