Hi,
I am using SQL server express and I want to schedule a Stored procedure to run every hour.
The Stored Procedure name is UpdateData.
Can someone please give an example of how i can schedule this to run every hour, given that I do not have SQL Server agent on my express edition.
Go to the complete details ...