Hi,
I am practically a newbie to SQL, but have been playing with DTS to try and resolve a problem.
Problem
-------
I need to a establish a procedure that will open two .CSV text files, (both files contain identical data in the first field and each file will always contain 1 row of data only).
I then need to merge the two files together and output the results to a new file, which will contain 1 row of data but all the fields from both files.
Is this possible to do in DTS? Will I need to create a temporary database containing the rows from both files and then run a T-SQL query to get the results.
The reason I am using DTS, is because I want to monitor a folder for files, which will trigger the DTS package to run.
Any help or guidance would be very much appreciated.
Regards,
Scott S.
I am practically a newbie to SQL, but have been playing with DTS to try and resolve a problem.
Problem
-------
I need to a establish a procedure that will open two .CSV text files, (both files contain identical data in the first field and each file will always contain 1 row of data only).
I then need to merge the two files together and output the results to a new file, which will contain 1 row of data but all the fields from both files.
Is this possible to do in DTS? Will I need to create a temporary database containing the rows from both files and then run a T-SQL query to get the results.
The reason I am using DTS, is because I want to monitor a folder for files, which will trigger the DTS package to run.
Any help or guidance would be very much appreciated.
Regards,
Scott S.