Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Server 2005.
Message
From
24/07/2006 08:53:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
21/07/2006 19:21:50
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
ASP.NET
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01138765
Message ID:
01139104
Views:
11
Sergio,
2 things come to mind.
1)Transactions are overused when really not needed and deadlocks are occuring.
2)Connections using very different connection strings and thus connection pooling is not much of a benefit.
PS: I don't check event logs much and I don't know if default event monitoring logs those or not. However SQL server errorlog would record them. Check that log. You might want to graph with SQL server profiler and/or trace (flags 1204/1222? - recheck flag numbers yourself).
Cetin

>A web application using sql server 2005 having the following problem :
>
>The CPU utilization goes through the roof and the SQL 2005 server stops accepting transaction requests. The database is rather small. The table with the most transactions (insert/updates) has about 115,000 rows. The concurrent users to the website are about 600 users. And the transactions are about 10 – 15 per second. The HP server has four processors and 4GB of memory. Right now we have allocated 2GC fro SQL and have been trying to up its allocated memory unsuccessfully.
>
>
>The only thing ‘new’ in the event log is:
>
>Source: DCOM
>
>Event ID: 10016
>
>User: NT AUTHORITY\NETWORK SERVICE
>
>The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
>
>{BA126AD1-2166-11D1-B1D0-00805FC1270E}
>
> to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20). This security permission can be modified using the Component Services administrative tool
>
>
>Any help is appreciated.
>
>Thanks,
>Sergio
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform