A Great Day at SQL Saturday 108 in Redmond.
WOW, what a great day at SQL Saturday 108 in Redmond. I started out with a keynote presentation from Buck Woody. Then I delivered my… Read More »A Great Day at SQL Saturday 108 in Redmond.
Notes from SQL Server Classes
WOW, what a great day at SQL Saturday 108 in Redmond. I started out with a keynote presentation from Buck Woody. Then I delivered my… Read More »A Great Day at SQL Saturday 108 in Redmond.
What is a Factorial: The product of an integer and all the integers below it; e.g., factorial four (4!) is equal to 24. The factorial of a… Read More »Calculating Factorials with a Recursive CTE
Queries with Common table expressions (CTE) are made up of two parts, the CTE part, and the SQL that references the CTE. In preparation for… Read More »CTE – With An Insert Statement
As part of my CTE research for my SQL Saturday presentation in Redmond in 2 weeks I decided to take on some classic computer science… Read More »Fibonacci Sequence
The following example shows how to create a Tree Path with a Common Table Expression (CTE). First off what is a tree path? For this… Read More »Generating a Tree Path with a CTE
The following question came up when working on my CTE presentation for SQL Saturday. Does a query that JOINs a CTE to itself execute the… Read More »CTE Query Performance
After being approved as a speaker at SQL Saturday 114 – Vancouver BC, and SQL Saturday 108 – Redmond WA, I have decided to give… Read More »Sessions Submitted for SQL Saturday #120 Orange County CA
Having taught several Introduction to SQL Server classes, it is always a challenge for new users to get SQL Server running on their computer for… Read More »SQL Server Developer Edition – Under $50
I just checked the schedule and one of the sessions that I submitted for SQL Saturday 108 in Redmond WA on February 25th has been accepted. I… Read More »Session Accepted For SQL Saturday 108 in Redmond
I just checked the schedule and 2 of the sessions that I submitted for SQL Saturday 114 in Vancouver BC on March 17th have been… Read More »2 Sessions Accepted for SQL Saturday 114 in Vancouver