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
Using Server.Mappath to get a file from a virtual directory
How to prevent the auto update within an Acces 2007 template
How to Take ownership of folder and all subdirectories and files?
Do you know how I can prevent the Run time error '3010' table 'FA_ledger_report' already exists ? Actually the 'FA_ledger_report' is a Union query.
Wrong NT group names
Problem with default values in SSRS2008
Server 2008R2 and XP Roaming Profiles
How to limit internet browsing using group policy
Terminal Server 2003 copy and paste files to and from XP Pro clients?
Access 2003: shell command - quest 2