Forum Replies Created

Viewing 2 posts - 16 through 18 (of 18 total)

  • RE: help on this DTS

    Hello,

    What exactly is it that changes about the Excel file?  Is it just the data that changes, or is it the column names, or is it the number of columns? ...


    Kindest Regards,

    VL

  • RE: complex ORDER BY

    You probably need to use Dynamic SQL.  I've assigned a value to @sortBy for illustrative purposes, but I assume that this value will enter a procedure as a parameter:

     

    Declare @sortBy...


    Kindest Regards,

    VL

Viewing 2 posts - 16 through 18 (of 18 total)