I am exporting from SQL server to excel through a VB 6 data Transformation that was outputted by DTS. I've modified the automatically generated package to allow me to specify the date range to extract for and the file name to extract to.
In my sql table there are no duplicated rows, but when I export through my program, all the data is in the excel file twice. So, every row in my table is in my excel file two times. When I run just the SQL query I'm using through query analyzer, I have no duplicates. That leaves me with Excel or the DTS package causing the problem.
I'd appreaciate any ideas!
Thanks
In my sql table there are no duplicated rows, but when I export through my program, all the data is in the excel file twice. So, every row in my table is in my excel file two times. When I run just the SQL query I'm using through query analyzer, I have no duplicates. That leaves me with Excel or the DTS package causing the problem.
I'd appreaciate any ideas!
Thanks