Please Help ...Sorry if posted it twice/ in wrong forum topic

  • Have a Table with the CSV Values in the columns as below

    ID Name text

    1 SID,DOB 123,12/01/1990

    2 City,State,Zip NewYork,NewYork,01234

    3 SID,DOB 456,12/21/1990

    What i need is to get is 2 tables in this scenario as out put with the corresponding values , These table should be generated Dynamically as the values in the source table varies every week.

    ID SID DOB

    1 123 12/01/1990

    3 456 12/21/1990

    ID City State Zip

    2 NewYork NewYork 01234

    Is there any way of achieving it using a Cursor/Procedure or any other method in SQL server?

  • This is a duplicated thread. For those that would like to help please go here. 🙂

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

You must be logged in to reply to this topic. Login to reply