PDA

View Full Version : MSSQL 2K - Replication


MrPlumber
09-17-2003, 11:10 AM
Does anyone know if it is possible (and how) to setup a transactional publication on SQL server that won't start with a snapshot?

I need this when the suscriber already has the same table content than the publisher, so I'd like to have replication picking up only the new transactions from the moment it is configured.

Thanks in advance, Anyone...