Sorry, but there are no more tags available to filter with.
-
Someone was looking to do quick-and-dirty validation of an Xml document inside a SQL Server procedure today. I assumed, and regretted, that he meant 2005, which would have looked like this: declare @xml1 xml declare @xml2 xml set @xml1 = '<Node1><Node2 attrib="This is it." /><...