Connecting Tech Pros Worldwide Help | Site Map

Cursors

Newbie
 
Join Date: Feb 2008
Posts: 13
#1: Feb 23 '09
Hi all,
How can we transform column data as column headers using cursors...
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Feb 23 '09

re: Cursors


Yes. Grab the column name from syscolumns table.


-- CK
Newbie
 
Join Date: Feb 2009
Posts: 5
#3: Feb 24 '09

re: Cursors


hi,

U can also use pivot concept
Newbie
 
Join Date: Feb 2008
Posts: 13
#4: Feb 25 '09

re: Cursors


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