Microsoft SQL Server Procedure and Scheduler
Budget: ₹600 – ₹1,500 INR
-- In the db there is a table called sqlth_te
-- Read all IDs from sqlth_te
-- For each ID in sqlth_te run below sql
-- End of loop for each ID
-- Create a scheduler to run this procedure every 5 minute
-- Read all IDs from sqlth_te
-- For each ID in sqlth_te run below sql
-- End of loop for each ID
-- Create a scheduler to run this procedure every 5 minute