Viewing 3 posts - 1 through 3 (of 3 total)
try this:
EXEC sp_xml_preparedocument @idoc OUTPUT, @doc
SELECT * FROM OPENXML (@idoc, '/EVENT_INSTANCE',1)
June 30, 2009 at 8:45 pm
#1018108
I'm glad that my 1 year old post was able to help. Happy coding to all 😉
June 30, 2009 at 8:06 pm
#1018101
I experienced same problem and manage to fix it by adding the field AwaitingFirstExecution with bit datatype in table SessionData in ReportServerTempDB database
Hope it helps...
September 26, 2008 at 4:03 am
#877525