sp_gettopologyinfo (Transact-SQL)
返回有关对等事务复制拓扑的信息。 在执行此过程之前,请先执行 sp_requestpeertopologyinfo 以收集信息。
语法
sp_gettopologyinfo [ @request_id = ] request_id
参数
- [ @request_id = ] request_id
拓扑状态请求 ID。request_id 的数据类型为 int,默认值为 NULL。 若要获取 ID,请使用 sp_requestpeertopologyinfo 中的 @request_id 输出参数,或者查询 MSpeer_topologyrequest 系统表。
返回代码值
0(成功)或 1(失败)
注释
sp_gettopologyinfo 用于对等事务复制。 在执行 sp_gettopologyinfo 之前,请先执行 sp_requestpeertopologyinfo。 这些过程由配置对等拓扑向导使用,但如果您需要 XML 格式的拓扑信息,也可以直接使用它们。 如果希望获得表格结果,请查询 MSpeer_topologyresponse 系统表。
权限
要求具有 sysadmin 固定服务器角色或 db_owner 固定数据库角色的成员身份。