I have update statement which updates column name (auditor_details) in a churn of 50000 records at a time of auditor table which contain 4.2 millions records. I have schedule this through sqljob. I'm looking over sql example to
check for update records of auditor table and gives a output of updated records and quit the transaction if no update records for auditor_detail column.
Thanks in advance
check for update records of auditor table and gives a output of updated records and quit the transaction if no update records for auditor_detail column.
Thanks in advance