/ Published in: SQL
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
USE [AppClaytonWeb]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[ PROC NAME ]
@Variable VARCHAR(500) = '' -- Description of value passed
AS
/*****************************************************************************
Test:
exec [dbo].[ PROC NAME ] ''
Purpose:
******************************************************************************
Maintenance Information
******************************************************************************
Date Author Changes/Purpose
******************************************************************************
[date created] Chris Cantley Created
******************************************************************************/
BEGIN
END
Comments
 Subscribe to comments
                    Subscribe to comments
                
                