Viewing 3 posts - 1 through 3 (of 3 total)
Nice script, I look forward to trying it myself!
January 25, 2009 at 11:14 pm
#932463
You could use a cursor that steps through each unique SeqNo and dynamically generate your pivot statement, which you would fire with an EXECUTE statement. There are plenty of...
January 24, 2009 at 11:37 pm
#932331
Kishore.P said:
try like this:
select ID, isnull (firstname, '') + ' ' + isnull (middlename, '') + ' ' + isnull (lastname, ''), isnull (address, ''), isnull (phoneno, '') from contact...
November 10, 2008 at 6:55 am
#896275