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
Microsoft, Sharepoint Redirect user to subsite at logon
Can't change invoice form in Microsoft Accounting Express 2007?
Excel dollar amount to text, zero fill to left, no decimal, respect 2 positions for cents
Good practice on writing file, creating directory, etc.
run regsvr32.exe on Windows 7
Zend_Mail without Zend framework ?
How do I display the variable in Message Window of Query Analyzer?
Installing 'Compatibility Files' in Vista and Windows 7
Format an amount without the decimal point
Combo box depend of an other one - update problem - Access