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..