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_request table is used in Peer-to-Peer replication to track status requests for a given publication. This table is stored in the publication database.
| Column name | Data type | Description |
|---|---|---|
| id | int | Identifies a request. |
| publication | sysname | Name of the publication for which the status request was initiated. |
| sent_date | datetime | Date and time that the status request was initiated. |
| description | nvarchar(4000) | User-defined information that can be used to identify individual status requests. |
See Also
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)