all groups > sql server replication > october 2005 >
You're in the

sql server replication

group:

Trying to do replication for Reporting Server


Trying to do replication for Reporting Server tnguyen
10/12/2005 11:57:03 AM
sql server replication: My company is planning on setting up Reporting Services for our application
to report from a secondary SQL Server instance. But we want to archive data
to our secondary instance and be able to "clean up" our OLTP instance when
data is no longer needed on the transactional side. We would like to use
replication, but there does not seem to be an inherent way to prevent delete
operations on the Publishing instance from getting passed down to the
Subscriber instance without implementing some sort of date-time stamp support
manually and then filtering.

Is there some inherent support (or third party code) for an operation like
Re: Trying to do replication for Reporting Server tnguyen
10/12/2005 1:16:01 PM
Thank you for your quick response.

[quoted text, click to view]
Re: Trying to do replication for Reporting Server Paul Ibison
10/12/2005 8:17:00 PM
You can do this in transactional replication - just set the delete command
to 'none' (@del_cmd =none).
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

AddThis Social Bookmark Button