Skip to content

Latest commit

 

History

History
74 lines (67 loc) · 4 KB

File metadata and controls

74 lines (67 loc) · 4 KB
description Metadata Functions (Transact-SQL)
title Metadata Functions (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql
ms.prod_service sql-database
ms.reviewer
ms.technology t-sql
ms.topic reference
dev_langs
TSQL
helpviewer_keywords
metadata [SQL Server], functions
functions [SQL Server], metadata
ms.assetid a18c12a9-59ad-4711-a862-39d8f28476b0
author markingmyname
ms.author maghan

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)