Hi,
We use snapshot replication.
In order to reduce the down time of the snapshot, we are replicating it with a temporary name and at the end of the replication we rename the table to the original name.
The rename is done with the paramaneter @post_snapshot_script of sp_addpublication
because of security reasons I can't put any file on the SQLServer machine.
Is there any other way to reduce the snapshot time without placing file on the SQLServer machine.
Regards, Asi Pesa