I’m working on program which rergisters and processes service calls. I’m working in asp.net c# and my data base is on SqL Server. Each call has a status, at first ‘NEW’ and when work has started on it becomes ‘UNDER CARE’ and when work is finished ‘CLOSED’. After the day is finished in the middle of the night when the application is not running, I want an automatic summing up to be made of the number of calls of the different types of status. How can this be done thru the application or thru the server or any other way even though the application isn’t running?
I’m working on program which rergisters and processes service calls. I’m working in asp.net
Share
What you described is a SQL Server Agent job scheduled to run at midnight.