Showing posts with label scheduled. Show all posts
Showing posts with label scheduled. Show all posts

Friday, March 9, 2012

insertion scheduled job in SQL

Hi guys,
i want to make a scheduled job that inserts 10 user defined row each minute continously in enterprise managerI'd write a stored procedure to do the insertion and then use SQL Agent to schedule it to run every minute.
But, what do you mean by "10 user defined row"?