gebeurtenis
31 mrt, 23 - 2 apr, 23
De grootste SQL-, Fabric- en Power BI-leerevenement. 31 maart – 2 april. Gebruik code FABINSIDER om $ 400 te besparen.
Zorg dat u zich vandaag nog registreertDeze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Applies to:
SQL Server
Performs a validation for the specified subscription. This stored procedure is executed at the Publisher on the publication database.
Transact-SQL syntax conventions
sp_validatemergesubscription
[ @publication = ] N'publication'
, [ @subscriber = ] N'subscriber'
, [ @subscriber_db = ] N'subscriber_db'
, [ @level = ] level
[ ; ]
The name of the publication. @publication is sysname, with no default.
The name of the Subscriber. @subscriber is sysname, with no default.
The name of the subscription database. @subscriber_db is sysname, with no default.
The type of validation to perform. @level is tinyint, and can be one of these values.
Level value | Description |
---|---|
1 |
Rowcount-only validation. |
2 |
Rowcount and checksum validation. |
3 |
Rowcount and binary checksum validation. |
0
(success) or 1
(failure).
sp_validatemergesubscription
is used in merge replication.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_validatemergesubscription
.
gebeurtenis
31 mrt, 23 - 2 apr, 23
De grootste SQL-, Fabric- en Power BI-leerevenement. 31 maart – 2 april. Gebruik code FABINSIDER om $ 400 te besparen.
Zorg dat u zich vandaag nog registreert