Official Content

Indicates which SQL Server version is installed on the Database Server.

Values

2012 or higher The SQL Server version installed on the Server is 2012 or higher.
Azure The SQL Server is an Azure SQL Database or an Azure SQL Managed Instance.
2000 The SQL Server version installed on the Server is 2000.
2005 to 2008 R2 The SQL Server version installed on the Server is between 2005 and 2008 R2.

Scope

Available at the Data Store.

Data Store: SQL Server

Description

Note: Since GeneXus 17 update 10, the SQL Server 2000 value has been discontinued. Read more at SAC #51285.
Note: Since GeneXus 17 update 11, the Azure value has been discontinued. Instead, you can use the value 2012 or higher when generating for SQL Azure. Read more at SAC#51502.

It is used, for example, to determine the syntax for OUTER JOINs and for table creation/reorganizations (i.e., the syntax of CREATE TABLE, CREATE INDEX, etc.).

When the SQL Server version Azure is selected, the code is generated as if SQL Server 2012 or higher is selected. The exception to this is, that the temporary tables that are created during the reorganization process are created with a clustered index given related restrictions of SQL Azure.

Every new version of the DBMS has new features that are used by GeneXus, which generates different SQL sentences or considers properties that can be applied to the new version.

Runtime/Design time

This property applies only at design time.

How to apply changes

To apply the corresponding changes when the property value is configured, execute a Rebuild All.

See Also

Lock time-out (seconds) property
Oracle version property
Informix Version property
MySQL version property
DB2 UDB Version property
Azure SQL

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant