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:

Common VPN Myths Debunked

Common VPN Myths Debunked Understanding VPN Technology What is a VPN? A Virtual Private Network (VPN) is a technology that creates ...