I have a job scheduled to run nightly. It's pretty simple, it just calls a single Stored Procedure that updates a SQL Server table with info from a linked Oracle Server. The job runs fine.
I've noticed that whenever I schedule backups through a Database Maintenance Plan, it basically just creates a job as well. My "Backup" jobs all have log files reporting what they did, but I can't seen to find any such file for my other scheduled job. I can view the history on the job, but I was looking for something like a log file that would tell me how many records were inserted, etc...
It's no big deal, I just figured that if SQL Server was doing it for the Backup Jobs, it could do it for others as well.
Hope This Helps!
Ecobb
- I hate computers!
I've noticed that whenever I schedule backups through a Database Maintenance Plan, it basically just creates a job as well. My "Backup" jobs all have log files reporting what they did, but I can't seen to find any such file for my other scheduled job. I can view the history on the job, but I was looking for something like a log file that would tell me how many records were inserted, etc...
It's no big deal, I just figured that if SQL Server was doing it for the Backup Jobs, it could do it for others as well.
Hope This Helps!
Ecobb
- I hate computers!