Transforming rows to columns (PIVOT/CROSS TAB) and columns to rows (UNPIVOT) may be one of the common requirements that all of us must have seen several times in our programming life. SQL Server 2005 … more →
Journey to SQL Authority with Pinal DaveSyed Mehroz Alam wrote 2 weeks ago: TSQL Challenge 10 was an interesting one. We needed to sort a result set horizontally as well as ver … more →
Gavin Soorma wrote 3 weeks ago: 11g has a very good new feature for SQL*PLUS called PIVOT and UNPIVOT - it is very useful for creati … more →
pinaldave wrote 9 months ago: Transforming rows to columns (PIVOT/CROSS TAB) and columns to rows (UNPIVOT) may be one of the commo … more →
pinaldave wrote 1 year ago: I previously wrote two articles about PIVOT and UNPIVOT tables. I really enjoyed writing about them … more →
pinaldave wrote 1 year ago: My previous article SQL SERVER – PIVOT Table Example encouraged few of my readers to ask me qu … more →
pinaldave wrote 1 year ago: This is quite a popular question and I have never wrote about this on my blog. A Pivot Table can aut … more →
JShah wrote 1 year ago: Please visit http://sqldbpool.blogspot.com/ Q. What is CTE (Common Table Expression)? Ans: CTE is a … more →
Andy wrote 1 year ago: I have to thank Joe Wirtley for covering the SQL Server Users Group this month. Joe, thanks for you … more →
Shan wrote 1 year ago: Microsoft SQL Server has shown a lot of growth in its last two releases. With SQL Server 2005, Micro … more →