Udostępnij za pośrednictwem


sp_copymergesnapshot (Transact-SQL)

Skopiowanie go migawka określonej publikacja do folderu na liście @ destination_folder.Ta procedura przechowywana jest wykonywana przez wydawcę na baza danych publikacja.

Topic link iconKonwencje składni języka Transact-SQL

sp_copymergesnapshot [ @publication = ] 'publication', [ @destination_folder = ] 'destination_folder'

Argumenty

  • [ @publication=] 'publication'
    Is the name of the publication whose snapshot contents are to be copied.publication is sysname, with no default.

  • [ @destination_folder=] 'destination_folder'
    Is the name of the folder where the contents of the publication snapshot is to be copied.destination_folderis nvarchar(255), with no default.The destination_folder can be an alternate location such as on another server, on a network drive, or on removable media (such as CD-ROMs or removable disks).

Wartości kodów powrotnych

0 (sukces) lub 1 (brak)

Remarks

sp_copymergesnapshot jest używane w korespondencji seryjnej replikacja.Subscribers running Microsoft SQL Server version 7.0 and earlier cannot use the alternate snapshot location.

Uprawnienia

Tylko członkowie sysadmin Rola serwera lub db_owner stała rola bazy danych mogą być wykonać sp_copymergesnapshot.