Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Monday, October 30, 2017

Send email when a field is 0

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,

No comments: