How to set the timer for SSIS package
Database
4
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Iam new to SQL Server. Could you please help me in writing the script to set the timer for SSIS package for every 10 seconds(say). Thanks in advance. Regards, nag
What do you mean? Do you want this package to execute every 10 seconds?
-
What do you mean? Do you want this package to execute every 10 seconds?
-
Maybe you could use this trick[^]. But the idea of an SSIS package executed every 10 seconds keeps bugging me. What kind of package is it? What does it do? Does it take less to 10 seconds to execute it?