I have an sproc which returns variable number of columns with different column names based on input parameter given to it. (and also number of rows >= 1)...For example, if input is 3, sproc returns 3 columns, and if input is 5, it returns 5. (Not sure on ...