Microsoft
Software
Hardware
Network
Question : Need a SSIS walk through help on downloading an Excel file using a url
I need to download an Excel file using a url and I need a walk through help on how to go to HTTP Connection Manager Editor on SQL Server 2005 Integration Service, how to create, debug, execute and schedule the task etc.
Answer : Need a SSIS walk through help on downloading an Excel file using a url
try this in your script instead of equivalent line, maybe problem is with .xls extension of file:
Dim filename As String = "F:\1.xls"
Random Solutions
Abort sql query in the middle of the execution process.
Uninstall Office 97 Silently on XP
SQL Statement Replace Function
Multiple choices when filtering column
Convert varchar data to datetime
is there a way to Stop screen Flicker in Access 2003 Programs?
Delete files in folder and delete subfolder
Offer Remote Assistance XP the HelpAssistant does not log in
DROP TABLE IF EXISTS tblName
How do I compare values excluding spaces in MS Access SQL - Part 2