Home Forums SQL Server 2008 T-SQL (SS2K8) Pass a table variable column value to a SP output variable RE: Pass a table variable column value to a SP output variable

  • I want to pass the comma separated values to the SSRS report to display there.

    That's why I have used @Hcodes for output parameter.

    I want to pass the comma separated values in table variable column v to be passed to @Hcodes.

    That's my requirement. I have posted my code for your easy understanding.