Thanks to all who have joined the events. Those who couldn't attend this event, will find the event presentations and other related links on the user group website within one week.
Don't forget to spread the world. Tell you friends, team mates, co-workers, boss, your family and to everyone who is passionate about the technology.
SQL Server - Recursive CTE and Ordering ...
SQL Server - Recursive CTE and Ordering of Hierarchical ResultWE discussed Recursive CTEs in many of the previous posts. Most of the times we use a recursive CTE to generate a tree/hierarchy a... jacobseb
10-06-08
SQL Server - Performing Bottom to Top re...
You must have noticed that I kept posting about recursive updates several times in the last few weeks. This is the last post in the series that demonstrates bottom-to-top recursion using a CTE. In the... jacobseb
10-02-08
Recursive updates in SQL Server (continu...
I shared with you a few posts, last week, discussing recursive updates in SQL server. We discussed the example of an ecommerce application that needs to display the total count of items under each cat... jacobseb
10-01-08
TSQL - Transforming rows to columns and ...
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 ... jacobseb
09-30-08