Viewing 2 posts - 16 through 18 (of 18 total)
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? ...
December 20, 2005 at 9:21 am
#610626
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...
December 12, 2005 at 11:21 am
#609067