Showing posts with label msdn. Show all posts
Showing posts with label msdn. Show all posts

Tuesday, March 27, 2012

Error 9104

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

Do you have the associated state number for this error? It is number like in the range of 1-255 in general. It would be helpful in identifying the cause.|||

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.

|||

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

Wednesday, February 15, 2012

error 206 creating new db in express

Hi,
I get the error 206 not autorized to create db in Master ?
I tried to find the error in the msdn but nothing, any one have a suggestion
?
Thanks
Paolol
hi Paolol,
Paolol wrote:
> Hi,
> I get the error 206 not autorized to create db in Master ?
> I tried to find the error in the msdn but nothing, any one have a
> suggestion ?
does the login you are connected to SQL Server have enought permissions to
create databases?
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
-- remove DMO to reply
|||Thx it works
Paolol
"Andrea Montanari" <andrea.sqlDMO@.virgilio.it> ha scritto nel messaggio
news:5c06b3F2u55scU1@.mid.individual.net...
> hi Paolol,
> Paolol wrote:
> does the login you are connected to SQL Server have enought permissions to
> create databases?
> --
> Andrea Montanari (Microsoft MVP - SQL Server)
> http://www.asql.biz http://italy.mvps.org
> DbaMgr2k ver 0.21.0 - DbaMgr ver 0.65.0 and further SQL Tools
> -- remove DMO to reply
>