Groups | Blog | Home
all groups > sql server replication > april 2005 >

sql server replication : How to automate a refresh between databases?


Dave
4/7/2005 1:59:07 PM
Hi,

We have a master database which I want to replicate/refresh just a few
columns of one table to another database table on regular basis throughout
the day to keep it updated.

Is there a DTS package/task made specifically to refresh data in this way or
do I have to write a procedure that will fetch the master data and perform
update/inserts on the dependent database table? Thanks. Dave.

Narayana Vyas Kondreddi
4/8/2005 12:00:00 AM
You could use transactional replication, with vertical filtering of
articles.
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


[quoted text, click to view]
Hi,

We have a master database which I want to replicate/refresh just a few
columns of one table to another database table on regular basis throughout
the day to keep it updated.

Is there a DTS package/task made specifically to refresh data in this way or
do I have to write a procedure that will fetch the master data and perform
update/inserts on the dependent database table? Thanks. Dave.


AddThis Social Bookmark Button