Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Need Create View Script for all tables

    RBarryYoung (8/24/2012)


    Here's a slightly better way to go than that horrific Cursor thing:

    First create a scalar UDF like this:

    /*

    Returns a formatted string of all of the...

  • RE: Xp_cmdshell path question

    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

    --...

Viewing 2 posts - 1 through 2 (of 2 total)