dbTalk Databases Forums  

sessions being killed by sa updating stats?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss sessions being killed by sa updating stats? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sql_server_user
 
Posts: n/a

Default sessions being killed by sa updating stats? - 07-18-2007 , 12:27 PM






We're seeing something very strange on our SQL Server 2005 9.0.2047 DB
on Windows Server 2003 x64 Standard:

1. Most open connections to the database are being spontaneously
terminated by the server. The application log always has this error
message in it:

A user request from the session with SPID 56 generated a fatal
exception. SQL Server is terminating this session. Contact Product
Support Services with the dump produced in the log directory.

But the sessions that are being killed aren't doing anything - they're
mgmt studio sessions, just sitting there, not even running a query.

2. Connection closings appear to be correlated with the "sa" user
running a dbcc command on a large table in one of our two largest
databases; sometimes it runs this:

select (sum(page_count)/128.0) from sys.dm_db_index_physical_stats(8,
1605580758, NULL, NULL, 'DETAILED')

other times it runs a query to check fragmentation. Both large
databases have auto-create and update of stats disabled.

3. Someone has recently started using SSAS on this machine, doing
large-scale analyses of our largest database.

4. We also started getting this error recently:

The configuration information of the performance library "C:\\WINDOWS
\system32\sqlctr90.dll" for the "MSSQLSERVER" service does not match
the trusted performance library information stored in the registry.
The functions in this library will not be treated as trusted.

which I admit is pretty obscure but I thought I'd throw it out there
anyway.

I have no idea what's going on, so any theories are appreciated.

Thanks,
Seth


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.