I have a dts question. I have a dts that converting data from a txt file into the SQL 7.0 database. The text file gets data by running a batch file.
Now before the data gets converted I want to check if the txt file has any data or if size of txt file is 0. If not i donn't want to go ahead with the dts. Else dts failes with an error that data was not found.
Any suggestions ..Thanks a ton
Now before the data gets converted I want to check if the txt file has any data or if size of txt file is 0. If not i donn't want to go ahead with the dts. Else dts failes with an error that data was not found.
Any suggestions ..Thanks a ton