when I ran a select against the spt_server_info table in the master database it is showing that the product version is 8.00.384 (it should read 8.00.534).
I found out that this is a known documented problem with SQL7. There is a work around... you have to use 'DBCC ERRORLOG' instead of 'EXEC sp_cycle_errorlog'. MS...