sp_validatemergesubscription (Transact-SQL)
Performs a validation for the specified subscription. This stored procedure is executed at the Publisher on the publication database.
Performs a validation for the specified subscription. This stored procedure is executed at the Publisher on the publication database.
Is the name of the publication. publication is sysname, with no default.
Is the name of the Subscriber. subscriber is sysname, with no default.
Is the name of the subscription database. subscriber_db is sysname, with no default.
Is the type of validation to perform. level is tinyint, with no default. Level can be one of these values.
Level value | Description |
|---|---|
1 | Rowcount-only validation. |
2 | Rowcount and checksum validation. |
3 | Rowcount and binary checksum validation. This is only supported for Subscribers running Microsoft SQL Server 2000 or later. |

