Archive for the ‘T-SQL’ Category

We often need to deal with hierarchies (tree structures) in SQL. Some common examples are employee hierarchies, parent-child hierarchies etc.   There is a clean solution to achieve it using CTE (Common Table Expressions) which is demonstrated below with a simple example.   The diagram below represents a parent-child hierarchy:      And the table [...]


  One feature in SQL Server 2005 that made my life easier many occasions is PIVOT clause in T-SQL. You will find it useful if you need to generate Cross-Tab summaries especially while generating reports.    This feature allows you to convert a column’s values in table rows into columns. To see how it works, [...]



Follow

Get every new post delivered to your Inbox.