Peter DeBetta's blog about programming in SQL Server 2008, 2005, etc. using technologies such as T-SQL, .NET, CLR, C#, VB, Visual Studio, and SQL Server Management Studio.
December 2007 - Posts
-
While working on a new book, I have been experimenting with the new HIERARCHYID data type. And since I've seen comparisons drawn between using XML versus using HIERARCHYID to manage a hierarchy of data, I decided that it would likely be very useful if Read More...
|
-
Denis posted a follow-up to the posts by both Louis and me. However, I have to say that there is a better way to pass a bunch of data to a procedure. The following code is amended to include the table-valued parameter feature. --The Movie Table CREATE Read More...
|
-
My esteemed colleague Louis Davidson just wrote about a new feature in SQL Server 2008 known as row constructors . I thought I'd follow up with some more fun usage of this cool feature. In addition to being used with an INSERT statement, you can also Read More...
|