Is there a way to start a sql agent job if the table is not empty? Basically, first I want to check a table and if the table is not empty then start the job and if it is empty then check every 1 hour to see whether it has the required information. I want to run this job once a day once I have the data in table.
↧