sp_requestpeertopologyinfo (Transact-SQL)
將有關點對點異動複寫拓撲的資訊填入 MSpeer_topologyresponse 系統資料表中。 執行 sp_gettopologyinfo 來從資料表中取得 XML 格式的資訊。
語法
sp_requestpeertopologyinfo [ @publication = ] 'publication'
[ ,[ @requestid=] request_id OUTPUT
引數
[ @publication= ] 'publication'
這是執行全拓撲狀態要求所針對的發行集名稱。 publication 是 sysname,沒有預設值。[ @request\_id= ] request_id
這是指派給拓撲狀態要求的識別碼。 request_id 是 int,預設值是 NULL。 這個識別碼可由 sp_gettopologyinfo 使用。
傳回碼值
0 (成功) 或 1 (失敗)
備註
sp_requestpeertopologyinfo 用於點對點異動複寫中。 在執行 sp_gettopologyinfo 之前,請先執行 sp_requestpeertopologyinfo。 這些程序是由「設定點對點拓撲精靈」所使用,但是如果您需要 XML 格式的拓撲資訊,也可以直接使用這些程序。 如果您偏愛表格式結果,請查詢 MSpeer_topologyresponse 系統資料表。
權限
需要 sysadmin 固定伺服器角色或 db_owner 固定資料庫角色中的成員資格。