Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Create Temporary Table with Dynamics Column

    Can you please provide more inputs on the same.

    1. What is your SP doing.

    2. If possible, please provide SP script.

    3. Your question with expected resultset.

    ALTER PROCEDURE [dbo].[proc_PDC_CDC_Dynamic_Generate_CSV_Table]

    @Condition varchar(50),

    @userid ...

  • RE: Create Dynamic columns in Temp Table

    Hi,

    What am trying to do is, am dynamically creating a CSV template using SQL Stored procdure, result of the SP is shown below

    SlNo CM_Name Processing_Month...

Viewing 2 posts - 1 through 3 (of 3 total)