I have a DTS script that runs a stored procedure into a new table and then exports that data to a specific file. I now need to change that file name by incrementing the suffex. ie: myfile_0001.txt, myfile_0002.txt etc..
I can create a table to store the incremented number but I don't know how to dynamically change the destination file name.
Any suggestions?
Kevin Scheeler
I can create a table to store the incremented number but I don't know how to dynamically change the destination file name.
Any suggestions?
Kevin Scheeler