January 28, 2005 at 3:35 am
There is no optimized way to do pivoting in Transact SQL - if you want it to be as optimal as possible, this should be done at the client. SQL isn't 'suitable' for this kind of operations.
There are a few ways to do it anyway, though none that is pretty or especially performance friendly (ie the cursor way).
/Kenneth
January 30, 2005 at 6:38 pm
Thanks Kenneth,
As the above process being part of ETL program, there is no way to utilise this in the client side. Anywat thanks for u'r info.
regards
saravan
January 30, 2005 at 8:53 pm
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply