Let me begin by letting you know I am a total newbie when it comes to SQL. I fell into this as I am the only tech staff here.
I'm trying to figure out how to do a net send when this query:
SELECT * FROM
WHERE Len(COLUMN) < 11
returns any rows. I have set a job up to run every 5 mins, as we receive an order from our customer every minute.I have to verify that the ID field for them is populating correctly, and would like to be alerted when it isn't. Any guidance is greatly appreciated.
I'm trying to figure out how to do a net send when this query:
SELECT * FROM
WHERE Len(COLUMN) < 11
returns any rows. I have set a job up to run every 5 mins, as we receive an order from our customer every minute.I have to verify that the ID field for them is populating correctly, and would like to be alerted when it isn't. Any guidance is greatly appreciated.