sp_copymergesnapshot (Transact-SQL)
Windows Server 2003
Copies the snapshot folder of the specified publication to the folder listed in the @destination_folder. This stored procedure is executed at the Publisher on the publication database.
Transact-SQL Syntax Conventions
- [ @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_folder is 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).