XML schema collection confused

  • 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?

  • When you have multiple schemas associated with a column, the validation will succeed if the value is good with any of the schemas in the schema collection.

    You an index an untyped XML column.

    .

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply