Hello,
I have Accounts and Session_History table with following schema:
Accounts AccountID int PK
AccountName varchar
CreateUser varchar
Session_History RecordType char(3) "A...
more >>
I am using SQL Server 2005, created a operator (say JobStatus). I scheduled
a job to run. On Notification property of job, i enabled e-mail in action to
perform when job completes, I selected operator Jobstatus and when the job
succeeds. I ran the job it ran successfully but i never recive...
more >>
Hello there
In some cases there is part in the application that inserts or updates bad
data to one of the tables.
The action has already being done. Is there a way to detect the problem
using the log file? and how exacly can i do that ?
...
more >>