I had a great time speaking at the San Diego SQL User Group
I’d like to thank the San Diego SQL Server User Group for having me come and speak to them tonight. I had a great time presenting both my SQL Server Query Tuning and SQL Server Service Broker presentations.
Remote Desktop, it’s better than ever
Remote desktop is something that we’ve all used. It’s easy to find, right there under Programs > Accessories. But there is so much more that you can do than simply connect to a remote session with it…
Slide Decks and Sample Code for San Diego SQL Users Group Meeting
The San Diego SQL Server Users Group has asked me to come speak to them about query tuning and SQL Service broker. The slide decks and sample code which we’ll be looking at are attached.
Back To Basics: Using Common Table Expressions
CTEs (Common Table Expressions) are one of the very cool features introduced in SQL Server 2005. In there simplest most common form, think of them as a temporary single use view who’s context is only within the command which follows them directly.