sp_requestpeertopologyinfo (Transact-SQL)
使用有关对等事务复制拓扑的信息填充 MSpeer_topologyresponse 系统表。 若要从表中获取 XML 格式的信息,请执行 sp_gettopologyinfo。
语法
sp_requestpeertopologyinfo [ @publication = ] 'publication'
[ ,[ @requestid=] request_id OUTPUT
参数
[ @publication= ] 'publication'
要执行拓扑范围内的状态请求的发布的名称。 publication 的数据类型为 sysname,无默认值。[ @request\_id= ] request_id
分配给拓扑状态请求的 ID 号。 request_id 的数据类型为 int,默认值为 NULL。 此 ID 可供 sp_gettopologyinfo 使用。
返回代码值
0(成功)或 1(失败)
注释
sp_requestpeertopologyinfo 在对等事务复制中使用。 在执行 sp_gettopologyinfo 之前,请先执行 sp_requestpeertopologyinfo。 这些过程由配置对等拓扑向导使用,但如果需要 XML 格式的拓扑信息,也可以直接使用它们。 如果希望获得表格结果,请查询 MSpeer_topologyresponse 系统表。
权限
要求具有 sysadmin 固定服务器角色或 db_owner 固定数据库角色的成员身份。