The implementation itself isn’t hard for SQL Server, but the testing is hard, because only a CLR type can be used as structured type, which means that we’d have to somehow generate a binary and install that into the SQL Server. Might be easier to use a predefined CLR type and create special tests for SQL Server. |