Viewing 3 posts - 1 through 3 (of 3 total)
In the SqlUserDefinedType attribute you can tell it to use byte ordering, which is what I do.
April 9, 2007 at 1:32 pm
#699347
I get the same execution plans as the article author. This leads me to believe that it is serializing then filtering.
I also built octet accessor properties into my UDT, these...
April 9, 2007 at 11:01 am
#699331
You can store a UDT using much less space if you define the serialization methodology. The IP UDT I created serializing to bytes has the following stats when tested using...
April 6, 2007 at 11:27 am
#699058