SQLServerCentral » Latest topics
Send email when a field is 0
Hi,
I query that will be part of a store procedure. the store procedure will be loading a table, after a load I want to check two fields first before I sent email.
INSERT INTO table (id, processName, isProcessed, isSuccess)
Values(1,
I query that will be part of a store procedure. the store procedure will be loading a table, after a load I want to check two fields first before I sent email.
INSERT INTO table (id, processName, isProcessed, isSuccess)
Values(1,
No comments:
Post a Comment