Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting if SQL Server runs in emulation mode
Message
From
07/04/2015 16:21:33
 
 
To
07/04/2015 16:18:34
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01617970
Message ID:
01617982
Views:
27
Try this...

to view it...
SELECT compatibility_level FROM sys.databases WHERE name = 'AdventureWorks2012'
To set it...
ALTER DATABASE AdventureWorks2012 SET COMPATIBILITY_LEVEL = <version level>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform