Forum Replies Created

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

  • RE: bcp

    OOPS ...the parameter should be visible now...

    I think you need to add servername as a prameter to the bcp command. Something like:

    'bcp "SELECT ' + @varFieldList + ' FROM '...

  • RE: bcp

    I think you need to add servername as a prameter to the bcp command. Something like:

    'bcp "SELECT ' + @varFieldList + ' FROM ' + @varTableName + '" QUERYOUT "'...

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