SQL Server 8
Hello,
I'm a little new to DTS packages. I'm trying to make a small change to an existing package, hopefully someone can help.
The existing package is fairly simple: There's a server (Labeled SQL1) connected to an Excel Spreadsheet. Currently when executed, the package overwrites an existing Excel file on the network.
What needs to be changed is the way it writes. Instead of writing over/to an existing spreadsheet file, I need it to create a new directory (ie: //server/path/2006reports/) and create a new spreadsheet.
Is there any way to do this?
Thanks in advance,
Jason
Hello,
I'm a little new to DTS packages. I'm trying to make a small change to an existing package, hopefully someone can help.
The existing package is fairly simple: There's a server (Labeled SQL1) connected to an Excel Spreadsheet. Currently when executed, the package overwrites an existing Excel file on the network.
What needs to be changed is the way it writes. Instead of writing over/to an existing spreadsheet file, I need it to create a new directory (ie: //server/path/2006reports/) and create a new spreadsheet.
Is there any way to do this?
Thanks in advance,
Jason