I have a text file with data that needs to replace all the data in my SQL 7 table. I have created a DTS package but when I run, the text file data is appended to the table. How do I clear the table and fill rather than append?
You can add the truncate as a step in the existing package. Create the workflow from the truncdate to the append indicating the append step should only run when the truncate is succesfully executed. Terry L. Broadbent Life would be easier if I had the source code. -Anonymous
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.