How can i use a SSIS for checking if a database value changes from 0 to 1 (every 5 second)?
I’ve tryed with a For Loop Container but it seems it doesn’t works.
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SSIS does not have a “timer” like a programming language. i believe your best approach in this scenario would be to add the SSIS package to a SQL job and call the job every 5 seconds.