Skip to content

Latest commit

 

History

History
70 lines (63 loc) · 3.76 KB

metadata-functions-transact-sql.md

File metadata and controls

70 lines (63 loc) · 3.76 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
Metadata Functions (Transact-SQL)
Metadata Functions (Transact-SQL)
markingmyname
maghan
06/10/2016
sql
t-sql
reference
metadata [SQL Server], functions
functions [SQL Server], metadata
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)