Cursors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pchaitanya
    New Member
    • Feb 2008
    • 13

    Cursors

    Hi all,
    How can we transform column data as column headers using cursors...
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Yes. Grab the column name from syscolumns table.


    -- CK

    Comment

    • sivashanmugam
      New Member
      • Feb 2009
      • 5

      #3
      PIVOt

      hi,

      U can also use pivot concept

      Comment

      • pchaitanya
        New Member
        • Feb 2008
        • 13

        #4
        hi

        thank u,
        But by using pivot we cannot send name of column dynamically na !

        Comment

        Working...