I have a SQL Server job, which runs mutiple steps. One of the steps
(step 3) looks for a record in the database. How can I explicitly fail
the SQL server job if the database record does not exist?
(step 3) looks for a record in the database. How can I explicitly fail
the SQL server job if the database record does not exist?
Comment