Skip to content

Instantly share code, notes, and snippets.

Created February 19, 2013 18:24
Show Gist options
  • Save anonymous/4988466 to your computer and use it in GitHub Desktop.
Save anonymous/4988466 to your computer and use it in GitHub Desktop.
Template for TSQL methods
-----------------------------------------------------------------------------
-- Function: dbo.ClientContactCandidateGet
-- Author: Bill Fellows
-- Date: 2011-05-09
--
-- This function generates the contact candidate pool for the most recent
-- extract
--
-- Recordsets:
-- Contact Name
-- Address data
--
-- Side-effects:
-- None
--
-- See also:
-- dbo.ClientContactFoozitWhatzit
--
-- Modified:
--
-- yyyy-mm-dd username
--
-----------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment