Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.1 KB

sqltableprivileges.md

File metadata and controls

25 lines (20 loc) · 1.1 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords apitype
SQLTablePrivileges
SQLTablePrivileges
markingmyname
maghan
03/14/2017
sql
native-client
reference
SQLTablePrivileges function
DLLExport

SQLTablePrivileges

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

SQLTablePrivileges can be executed on a static cursor. An attempt to execute SQLTablePrivileges on an updatable (keyset-driven or dynamic) returns SQL_SUCCESS_WITH_INFO indicating the cursor type has been changed.

The [!INCLUDEssNoVersion] Native Client ODBC driver supports reporting information for tables on linked servers by accepting a two-part name for the CatalogName parameter: Linked_Server_Name.Catalog_Name.

See Also

[SQLTablePrivileges Function](https://go.microsoft.com/fwlink/?LinkId=59373\)
ODBC API Implementation Details