Hello,
I am trying to clear the Mangament Reporter report queue with the following query.
USE ManagementReporter
DELETE FROM Repository WHERE STATUSTYPE<>'0'
And am getting the following error;
Msg 208, Level 16, State 1, Line 2
Invalid object name 'Repository'
How can I correct this to clear the queue ?
Thank you.
Bob Morris