Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
SQL Server
The MSpeer_response table is used in Peer-to-Peer replication to store each node's response to a publication status request. This table is stored in the publication database.
Definition
| Column name | Data type | Description |
|---|---|---|
| request_id | int | Identifies a status request entry in the MSpeer_request table. |
| peer | sysname | The peer that generated the response. |
| peer_db | sysname | The subscription database at the peer that generated the response. |
| received_date | datetime | The date and time that the peer request was received. |