eXtreme Programming
XP for the programmer
23 December 2008
HOW TO: Get the database compability level
Execute the following query to get the compability level of all the databases.
SELECT name, compatibility_level FROM sys.databases
To change the compatibility level:
ALTER DATABASE
SET COMPATIBILITY_LEVEL = 100
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment