all groups > sql server replication > january 2004 >
You're in the

sql server replication

group:

how snapshot replication works?


Re: how snapshot replication works? Hilary Cotter
1/30/2004 7:58:36 AM
sql server replication: IIRC it is a single table at a time.
[quoted text, click to view]

how snapshot replication works? yuhong wu
1/30/2004 3:28:58 PM
I have a snapshot replication between sqlserver 2k and sybase,the
replication include serveral tables,my questions is:
when replication happens,did sqlserver drop all tables included in the
replication and rebuilt the tables and datas in sybase all at same time ,or
delete one table and the rows of the table,then rebuilt the table and rows
in sybase and then another table orderly?

thanks in advance!

Re: how snapshot replication works? Andrew Carter [MS]
2/5/2004 4:50:22 PM
[quoted text, click to view]

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.

AddThis Social Bookmark Button