Viewing 2 posts - 1 through 2 (of 2 total)
RBarryYoung (8/24/2012)
First create a scalar UDF like this:
/*
Returns a formatted string of all of the...
April 3, 2013 at 7:23 am
#1603140
Hi, I have created this procedure:
CREATE PROCEDURE ExecInsertCmd
-- Add the parameters for the stored procedure here
@Table varchar(255),
@InputFilePath varchar(5000)
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
--...
February 16, 2009 at 1:44 pm
#944833