Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to extract column names from a table

Hi All   I have imported a SQL Server table. I want to get the column names of that table. Have gone thru the below link and tried the solution specified. The solution lists the table name and colu...
  • VijayP's avatar
    4 years ago

    Anonymous 

    In each Table you need to 

    1. Demote the Header as First Row

    2. Transpose

    3. do this all tables

    4. append all tables and remove unnecessary columns

    you will get the result. Hope this helps you