January 18, 2008 at 9:21 am
Running SQL Server 2005, receiving sql agent errors randomly. [LOG] Unable to read local eventlog (reason: The parameter is incorrect).
Thank you for your help.
January 23, 2008 at 9:26 am
Did you have chances to read these discussions?
http://sql-server-performance.com/Community/forums/t/5633.aspx
September 3, 2008 at 10:26 am
This problem occurring due to default trace option enable
To avoid
EXEC master.dbo.sp_configure 'show advanced options', 1;
GO
EXEC master.dbo.sp_configure 'default trace enabled', 0;
GO
RECONFIGURE
Ram
MSSQL DBA
September 5, 2008 at 4:52 am
Can you explain the code ? i don't know the real impact on my sql instance.
Thank a lot, sorry for my english.
Bye
September 18, 2008 at 12:46 pm
Al Wells (1/18/2008)
Running SQL Server 2005, receiving sql agent errors randomly. [LOG] Unable to read local eventlog (reason: The parameter is incorrect).Thank you for your help.
I'm getting the same thing.
July 7, 2009 at 6:02 am
i got a same error message in log shipping
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply