• I have a similar issue. I have a stored proc which creates sql dynamically and I have no idea which columns will be returned.

    I need to create a report that will display all columns executed by the sql (similar to how SSMS displays the data in the grid).

    Does anybody know how to do this?