Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Replication

Status
Not open for further replies.

lck092580

Programmer
Jun 19, 2002
440
CA
Hi,

If I want to replication from a publisher to a subscriber and periodically delete records from the publisher but don't want the data to be deleted subscriber, what type of replication can I use? Basically what I want to do is have the subscriber as a respositor of data.

Thanks.
 
That can't be done via replication. If you need to do this you will need to do it with dts or scheduled jobs that run on the "publisher", copy changes to the "subsrcibers" except never do the deletes...

HTH


Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top