First off am new to this and have inherited some stuff so will try to make it as clear as possible.
We are using crystal reports, the report i run gets its data from a stored procedure. Every day a DTS package runs that extracts from the Unidata database 2 files and combines them into a CSV file. This file is then brought into SQL. What is happening is every time it runs it adds onto the file instead of just adding any new entries. What do i need to do to stop it from appending.
We are using crystal reports, the report i run gets its data from a stored procedure. Every day a DTS package runs that extracts from the Unidata database 2 files and combines them into a CSV file. This file is then brought into SQL. What is happening is every time it runs it adds onto the file instead of just adding any new entries. What do i need to do to stop it from appending.