Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 2.19 KB

File metadata and controls

46 lines (40 loc) · 2.19 KB
title Configuration Functions (Transact-SQL)
description Configuration Functions (Transact-SQL)
author markingmyname
ms.author maghan
ms.date 07/24/2017
ms.service sql
ms.subservice t-sql
ms.topic reference
ms.custom
ignite-2025
helpviewer_keywords
functions [SQL Server], configuration
configuration options [SQL Server], functions
current configuration information
configuration functions [SQL Server]
dev_langs
TSQL

Configuration Functions (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB]

These scalar functions return information about current configuration option settings:

All configuration functions operate in a nondeterministic way. In other words, these functions do not always return the same results every time they are called, even with the same set of input values. See Deterministic and Nondeterministic Functions for more information about function determinism.

See also

Functions (Transact-SQL)