Activity overview
Latest activity by melance
Aaron,
Thank you, that was the solution.
Lance / comments
Aaron,
Thank you, that was the solution.
Lance
No Intellisense when an XML variable exists
When an xml variable exists and has xml assigned to it, intellisense no longer works. For example:DECLARE @xmlData XML = '
<Root>
<Value>
<Id>1</Id>
<SubValue>
...