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
Resets the snapshot delivery process for a pull subscription so that snapshot delivery can be restarted. Executed at the Subscriber on the subscription database.
Transact-SQL syntax conventions
sp_resetsnapshotdeliveryprogress
[ [ @verbose_level = ] verbose_level ]
[ , [ @drop_table = ] N'drop_table' ]
[ ; ]
Specifies the amount of information returned. @verbose_level is int, with a default of 1
.
A value of 1
means that an error is returned if the necessary locks can't be obtained on the MSsnapshotdeliveryprogress
table. A value of 0
means that no error is returned.
Whether to drop or truncate the table containing information on the progress of the snapshot. @drop_table is nvarchar(5), with a default of false
.
false
means that the table is truncated.true
means the table is dropped.0
(success) or 1
(failure).
sp_resetsnapshotdeliveryprogress
removes all rows in the MSsnapshotdeliveryprogress
table. This stored procedure effectively removes all metadata left behind at the subscription database by any previous progress made in the snapshot delivery processes.
Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_resetsnapshotdeliveryprogress
.
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