Transact-SQL reference#

Querona speaks Transact-SQL, the SQL Server query language. Tools and applications connect to Querona as if it were SQL Server and issue T-SQL. This reference describes the T-SQL surface Querona supports.

SQL Server compatibility#

Querona exposes a SQL Server–compatible endpoint and emulates the T-SQL surface, so your existing T-SQL, drivers and tools carry over. For what is emulated, see SQL Server compatibility.

Tools and clients#

Any SQL Server client works against Querona — SQL Server Management Studio (SSMS), the ADO.Net, ODBC, JDBC and OLEDB drivers, and BI tools such as Power BI — pointed at Querona as if it were SQL Server. See Client Connectivity.

Reference topics#

System views#

System catalog views, dynamic management views, system functions, information-schema views, system stored procedures and system tables are documented elsewhere in the Reference section.

Syntax conventions#

The notation used in the syntax descriptions, and the rules for multipart object names, are described in Syntax conventions.