Viewing 3 posts - 1 through 4 (of 4 total)
Further investigation has shown a couple of things.
First, I started experimenting with querying all of the values from CN=Partitions,CN=Configuration,DC=domain,DC=com and storing them in a temp table, however of the values...
July 27, 2015 at 4:01 pm
Thank you, SSCrazy, for the reply - it sent me in the right direction. I think I found a much easier way to tackle the problem, though:
CAST (o.[data] AS XML).value...
February 25, 2010 at 3:56 pm
Matt Miller (#4) (2/25/2010)
Try:
CAST (o.[data] AS XML).value ('(/Operation/Initiator/@dn)[1]', 'nvarchar(255)') AS xmlChangeHistory
Hello, Matt.
Unfortunately I did already try that. See:
EnigmaticSoul (2/25/2010)
February 25, 2010 at 12:13 pm
Viewing 3 posts - 1 through 4 (of 4 total)