April 11, 2009 at 4:55 am
How to transfer rows data to dynamic column in sql server?
Thanks in advance.
April 11, 2009 at 6:06 am
I dont understand dynamic column...
are want to say computed column ?
or dynamic column in pivots ?
If was a computed column just add de computed column and the value and will be "updated".
If was in pivots, this link is a great article about this
http://www.simple-talk.com/community/blogs/andras/archive/2007/09/14/37265.aspx
April 11, 2009 at 3:38 pm
A well formed crosstab can be almost twice as fast as a Pivot and a whole lot easier to read, to boot. Please see the following articles...
http://www.sqlservercentral.com/articles/T-SQL/63681/ (Performance info near the end)
http://www.sqlservercentral.com/articles/cross+tab/65048/
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply