thanks in advance!
It depends on your schema options for you article. You can determine the
behavior you want. Snapshot replication can drop the table and recreate or
it can simply attempt to append data to an existing table. Typically,
dropping or truncating the table is desirable since you want to have an
exact copy of the SQL Server data on your Sybase server. Note that the very
notion of snapshot is to get an exact copy from a point in time. This is
different than transactional replication in which you want the incremental
changes.
--
Andrew Carter
Software Design Engineer - SQL Server Replication
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.