James
2007-05-21 19:37:01 UTC
I am new to dts packages.
I need to export data on a daily basis from SQL to Excel and would like to
use dts to accomplish it. The data structure will not be changing.
I have the option of creating a new Excel file each day or appending a new
worksheet into 1 main Excel file. My preference would be to create a new
spreadsheet every day. In either case the file name or the worksheet name
needs to include the current date.
I am using the CREATE TABLE command to create the worksheet in Excel but I
cannot change the table name (worksheet name)
I also can use ftp task but again am having trouble dynamically naming the
destination file. The source file is pipeline.xls, the destination file
should be pipeline_052107.xls for example.
Any help would be appreciated. Thanks.
I need to export data on a daily basis from SQL to Excel and would like to
use dts to accomplish it. The data structure will not be changing.
I have the option of creating a new Excel file each day or appending a new
worksheet into 1 main Excel file. My preference would be to create a new
spreadsheet every day. In either case the file name or the worksheet name
needs to include the current date.
I am using the CREATE TABLE command to create the worksheet in Excel but I
cannot change the table name (worksheet name)
I also can use ftp task but again am having trouble dynamically naming the
destination file. The source file is pipeline.xls, the destination file
should be pipeline_052107.xls for example.
Any help would be appreciated. Thanks.