Tuesday, March 04, 2014

Stored Proc Place holder to be filled later example

SELECT

Field1,
Field2,
Field3,
' ' AS FieldName,
FROM tbl_name
WHERE field = @param


Later fill this with the data you need.

No comments:

Apache Kafka Tutorial: A Comprehensive Guide for US Business Owners and Decision-Makers

Introduction to Apache Kafka What is Apache Kafka? Apache Kafka is an open-source distributed event streaming platform designed to handl...