So my SQL Server Express version does not allow the SQL Agent service to run. I want to automate a query to execute about every 10 seconds. I suppose, given my task, it could be done every minute.
Is there a way to execute an automated SQL query without the SQL Agent? I am seeing all kinds of different ways, but not sure which to use.
How do I schedule a windows task to run the SQ Query?
Thanks in advance for your valued assistance.