Skip to content

Latest commit

 

History

History
73 lines (66 loc) · 3.93 KB

File metadata and controls

73 lines (66 loc) · 3.93 KB
title Metadata Functions (Transact-SQL)
description Metadata Functions (Transact-SQL)
author markingmyname
ms.author maghan
ms.reviewer
ms.date 06/10/2016
ms.prod sql
ms.prod_service sql-database
ms.technology t-sql
ms.topic reference
ms.custom
helpviewer_keywords
metadata [SQL Server], functions
functions [SQL Server], metadata
dev_langs
TSQL

Metadata Functions (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Managed Instance]

The following scalar functions return information about the database and database objects:

All metadata functions are nondeterministic. This means these functions do not always return the same results every time they are called, even with the same set of input values.

See Also

Built-in Functions (Transact-SQL)