UDTs in Sql Server 2005 (Yukon) and VS.NET 2005 (CLR Object)
I just wrote a user defined type in VS.NET 2005 and deployed it to Sql Server 2005. I deployed the CLR Object to my Sql Server 2005 instance. I was pleasantly surprised when I started to create my table which used the UDT. When I went to the drop down to select a datatype, bang, my UDT was listed. So cool, just the way that it is suppossed to be. :-)
Wally