Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Send email when a field is 0

$
0
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,

Viewing all articles
Browse latest Browse all 3145

Trending Articles