Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.08 KB

catalog-stored-procedures-transact-sql.md

File metadata and controls

68 lines (49 loc) · 2.08 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
Catalog stored procedures (Transact-SQL)
An index of catalog stored procedures in SQL Server Transact-SQL.
markingmyname
maghan
randolphwest
05/24/2023
sql
system-objects
reference
ODBC applications, catalog stored procedures
isolating ODBC applications from changes
ODBC data dictionary functions
system stored procedures [SQL Server], catalog
catalog system stored procedures [SQL Server]
TSQL

Catalog stored procedures (Transact-SQL)

[!INCLUDE SQL Server]

[!INCLUDE ssNoVersion] supports the following system stored procedures that implement ODBC data dictionary functions and isolate ODBC applications from changes to underlying system tables.

:::row::: :::column::: sp_column_privileges

    [sp_columns](sp-columns-transact-sql.md)

    [sp_databases](sp-databases-transact-sql.md)

    [sp_fkeys](sp-fkeys-transact-sql.md)

    [sp_pkeys](sp-pkeys-transact-sql.md)

    [sp_server_info](sp-server-info-transact-sql.md)
:::column-end:::
:::column:::
    [sp_special_columns](sp-special-columns-transact-sql.md)

    [sp_sproc_columns](sp-sproc-columns-transact-sql.md)

    [sp_statistics](sp-statistics-transact-sql.md)

    [sp_stored_procedures](sp-stored-procedures-transact-sql.md)

    [sp_table_privileges](sp-table-privileges-transact-sql.md)

    [sp_tables](sp-tables-transact-sql.md)
:::column-end:::

:::row-end:::

Stored procedures for certain platforms only as specified, including Azure Synapse Analytics:

:::row::: :::column::: sp_create_openrowset_statistics

    [sp_drop_openrowset_statistics](sp-drop-openrowset-statistics.md)

:::column-end:::

:::row-end:::

Related content