If I have multiple xml schema's for one column call it "properties". Can i validate against all the schemas just to make sure it validates? I can do this in the SP using a table variable but thought I could use sys.sys to avoid that.
Also if I leave this as untyped can I still index the column?