Skip to content

Latest commit

 

History

History
70 lines (63 loc) · 3.76 KB

File metadata and controls

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