This topic has not yet been rated - Rate this topic

DatabaseCompatibilityLevel Enumeration

Enumerates the SQL Server database compatibility levels.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Common
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public enum DatabaseCompatibilityLevel
Member nameDescription
CurrentCompatible with the latest version of SQL Server.
Version100A database compatibility level of 100, or SQL Server 2008.
Version110A database compatibility level of 110, or SQL Server 2012.
Version80A database compatibility level of 80.
Version90A database compatibility level of 90, or SQL Server 2005.

A compatibility level sets certain database behaviors to be compatible with the specified version of SQL Server. For more information, see ALTER DATABASE Compatibility Level (Transact-SQL).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.