Why does the server return Error 9104 "auto statistics internal" I can't find an error description in BOL, MSDN or through a groups/forum search either.
We running Sql Server 2005 (no sp yet) on Windows 2003 server.
Thanks
Why does the server return Error 9104 "auto statistics internal" I can't find an error description in BOL, MSDN or through a groups/forum search either.
We running Sql Server 2005 (no sp yet) on Windows 2003 server.
Thanks
Error 9104
JWTK
Hi Mark,
I only have the severity level, 16. I don't capture the state in my error trace.
We migrated to 2005 in mid-March and this error has been returned twice.
sajid mayo
Error 9104 is used internally for control flow. It is never surfaced through T-SQL. I assume you ran a trace to capture errors.
9104 essentially means that auto statistics failed for some reason (deadlock, resource crunch, ...). Since the engine can go on without auto-created or auto-refreshed statistics, the engine doesn't surface this error.
Peter Zabback
SQL Server Optimizer Development
Jessica Alba