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

Send email when a record is missing

$
0
0
Hi

I have a table
CREATE TABLE tableName(id int primarykey, ProcessName varchar(50) null, IncomeDate datetime null, isProcessed int)
[code language="sql"]INSERT INTO tableName(id,ProcessName,Income

Viewing all articles
Browse latest Browse all 3145

Trending Articles