all groups > sql server new users > december 2004 >
You're in the

sql server new users

group:

DTS Scenario Problem...a bug found!!!


DTS Scenario Problem...a bug found!!! Shyam
12/27/2004 8:15:01 PM
sql server new users: Hello,
I've a problem in DTS.The following is the scenario:
The DTS which i developed is scheduled to run every day thru JOBS.
The DTS has to check for the new data which has come in the past 24hrs and
it connects between Oracle and SQL Server.
So,when ever the new data comes fromOracle to SQL server,the value passed in
the DTS script is something like this (for Eg:x='500').
When the DTS runs for the next time,the value should get refressed as X='?'
and the new value is replaced instead of question mark(?).

I tried to solve this situation using one DTS,but it was not successfull.
The solution for this is only by using 2 DTS package.
Could some one help me in resolving this scenario using only one DTS.
I think this is bug in Microsoft DTS architecture.
Also,tried this with few MVP's(SQL Server) and Sr.SQL developers.No profits
at the end!!!

Regards,
Re: DTS Scenario Problem...a bug found!!! Thomas Kern
12/29/2004 11:02:15 PM
are you using a global variables to store the value of x? if so just reset
set it at the beginning of the package.

[quoted text, click to view]

AddThis Social Bookmark Button