Microsoft
Software
Hardware
Network
Question : how to run SSIS package until it succeeds
I have a package that ones in a while fails because it connects to a server at a different building that runs late maintenance. I want the package to retry until it succeeds. Is this posible?
Answer : how to run SSIS package until it succeeds
yes, that was exit script task.
in loop task:
just set value of variable as 0 again in main()
Dts.Variables["User:
:venum"].V
alue = 0;
Random Solutions
Convert/Compile Excel Sheets to Portable EXE
Squid on Windows 2003
Unable to export/open a SharePoint list in Excel
Importing CSV file into database table using OPENROWSET
VBA code to loop through two different record sets and output message boxes
Abort sql query in the middle of the execution process.
add " to export data
DBDesigner 4 to MSSQL 2000
MS Access 2003 - sending email
Problem with Backup Configuration Wizard in SBS 2003 - "An unexpected error occurred (80070057). The parameter is incorrect"