Question : compatability version in older SQLs

in sys.databases, we can see the CP of the database, if it is 80 or 90 etc.

In SQL 2000, where do you see that? Could it host SQL 6.5/7 and what CP would it be in SQL 2000?

thanks

Answer : compatability version in older SQLs

>In SQL 2000, where do you see that?
http://msdn.microsoft.com/en-us/library/ms178653.aspx

exec sp_dbcmptlevel 'database_name'
Random Solutions  
 
programming4us programming4us