Welcome to Jonathan Parker's Blog Sign in | Join | Help

Browse by Tags

All Tags » SQL Server 2005   (RSS)
I've signed up fro the SQL Server Data Services (MSSDS) and have started to play around with the API. It's quite nice and simple. Here's an example of how to get your data in the cloud with MSSDS. Add a Web Reference to any .NET 2.0+ project. I'll be Read More...
One of the new features in SQL Server 2005 is Common Table Expressions or CTEs. These allow for a wide variety of queries that are very difficult to achieve in previous version of SQL Server. However it is the addition of recursive CTEs that really puts Read More...