ashishs

Results 1 issues of ashishs

Exposed currently has no way to define xml indexes in MS SQL Server. E.g: ``` CREATE PRIMARY XML INDEX [primary_xml_index_name] ON [table_name]([xml_column_1]) CREATE XML INDEX secondary_xml_index_name ON [table_name]([xml_column_1]) USING XML...