Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用远程数据访问提供远程表的主键信息。
sp_remote_primary_keys( server_name , table_name [, table_owner [, table_qualifier ] ] )
server_name 使用此 CHAR(128) 参数指定远程表所在的服务器。
table_name 使用此 CHAR(128) 参数指定远程表。
table_owner 使用此可选的 CHAR(128) 参数指定远程表的所有者。
table_qualifier 使用此可选的 CHAR(128) 参数指定远程数据库的名称。
此系统过程使用远程数据访问提供远程表的主键信息。
由于基础 ODBC/JDBC 调用的差异,返回的信息在目录/数据库值方面会稍有不同(这取决于为服务器所指定的远程数据访问类)。
Sybase 受 Open Client/Open Server 支持。
无