ANDYCHARGER
Programmer
Hi,
I need to check 2 dates in a table and if they are more than 5 working days apart flag it on my system.
I guessed the easiest way to do this would be to create an automated process in SQL server that checks all records in the table where the workingdays are greater than 5.
Can someone tell me or point me in the right direction for this and where in SQL server I can create automated processes?
I need to check 2 dates in a table and if they are more than 5 working days apart flag it on my system.
I guessed the easiest way to do this would be to create an automated process in SQL server that checks all records in the table where the workingdays are greater than 5.
Can someone tell me or point me in the right direction for this and where in SQL server I can create automated processes?