Posts
Sort by recent activity
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>
...