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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opinions on selective data replication

Status
Not open for further replies.

BuGlen

MIS
Jun 16, 2000
254
US
Hello good people of Tek-Tips!

I'm planning a project to create a snapshot of data from our CRM database and place it into an MSDE database for reporting purposes. Here's the basic concept:

Pull specific fields from Problem Report, Change Request, and Service Order records that are currently open or have been closed within the past 18 months. Also pull specific fields from supporting relational tables such as notes and actions. Process data each night after close of business.

I'd like to be able to just do a "change" type update so that only the changed or new records are updated or inserted each night. I also want to put the majority of the workload on the MSDE server if possible. What's the most efficient method to accomplish this task?

1. Data Replication (as a subscriber)
2. DTS Package (SQLServer to SQLServer)
3. Scheduled Stored Procedure
4. Other

Thanks in advance for any insight you can provide.

Glen

VB.Net student.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top