Help me about Data Driven Query Task
From: LoiseauBien (guo.jia_at_gti.cn)
Date: 10/29/04
- Next message: Jessard: "Exporting Job Based on Data"
- Previous message: Brad: "Re: Script Controlled Dynamic Task Execution"
- Next in thread: Allan Mitchell: "Re: Help me about Data Driven Query Task"
- Reply: Allan Mitchell: "Re: Help me about Data Driven Query Task"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 29 Oct 2004 09:50:54 +0800
Hi,everybody!
I want to transmit the source data of SQL SERVER 2000 to other SQL SERVER
2000 database server by Data Driven Query Task every 10 minutes.
Because the source data will be modified by data-collector at any moment, i
want to use Data Driven Query Task function to transfer the change of data.
But every time when i try,i find the DTS always inserts all of the source
data into the destination database. who can tell me why?
thank you very much.
for example:
the insert sql is like follow:
insert into gfhf_db..p_news001(seq,ctime,mtime,rtime,declaredate,f001,f002)
values (?,?,?,?,?,?,?,)
the update sql is like follow:
update gfhf_db..p_news001 set
seq=?,ctime=?,mtime=?,rtime=?,declaredate=?,f001=?,f002=?
where seq=?
- Next message: Jessard: "Exporting Job Based on Data"
- Previous message: Brad: "Re: Script Controlled Dynamic Task Execution"
- Next in thread: Allan Mitchell: "Re: Help me about Data Driven Query Task"
- Reply: Allan Mitchell: "Re: Help me about Data Driven Query Task"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|