D
Dean Slindee
Need to write a standalone application that processes data once per day.
Looking for the application program types available that would satisfy these
requirements:
Requirements:
1. Unattended processing that looks for rows in tables in a SQL Server
database that is updated in batch once per day via another company's daily
process. The newly added rows are selected based on a process date
parameter (see #4).
2. Cleans and reformats the selected data rows, and then updates tables on
another SQL Server database.
3. Need to be able to run in a manual mode in case of rerun. User would
need to supply the process date parameter (any date).
4. The automated date parameter would be one day greater than the Max date
parameter found in a ProcessHistory table where one summary row would be
inserted by this process each day upon successful completion of this
process.
What program types might fit, and how would they work? Windows Service,
Batch file that launches an .exe, some combination, other ideas?
Thanks,
Dean Slindee
Looking for the application program types available that would satisfy these
requirements:
Requirements:
1. Unattended processing that looks for rows in tables in a SQL Server
database that is updated in batch once per day via another company's daily
process. The newly added rows are selected based on a process date
parameter (see #4).
2. Cleans and reformats the selected data rows, and then updates tables on
another SQL Server database.
3. Need to be able to run in a manual mode in case of rerun. User would
need to supply the process date parameter (any date).
4. The automated date parameter would be one day greater than the Max date
parameter found in a ProcessHistory table where one summary row would be
inserted by this process each day upon successful completion of this
process.
What program types might fit, and how would they work? Windows Service,
Batch file that launches an .exe, some combination, other ideas?
Thanks,
Dean Slindee