Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
Administration
»
Seibel Support
Seibel Support
Rate Topic
Display Mode
Topic Options
Author
Message
rajaster
rajaster
Posted Wednesday, November 14, 2012 2:20 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, February 22, 2013 8:21 AM
Points: 16,
Visits: 191
Hello,
I've got users using an application called contract works that is written on Seibel. I have had reports of it timing out and slowing down.
The application is on the same server as the databases (which is SQL 2000).
There is 4 gb of RAM of which 2.5 GB is assigned to the Datababse however SQL is only ever using around 1.8GB.
The application is written using dynamic cursors, there are next to no Stored procedures called. Beyond that i've seen as many as 20 databases called in queries with left outer joins and the execution plans are showing 100% utilisation at page scans, however no recomendations were made to add any indexes. It looks like the required indexes already exist.
I've checked to see if there are any locks, which there were none. Checked IO/memory/CPU and could see spikes and the heavy usage queries being returned. I guess returning data going as far back as 2003 using cursors is extremely inefficient and I just cant see how I could improve performance beyond recommending better hardware and more memory. I believe the drives are also old and probably around 5400 rpm adding to the problem.
I was hoping for further recommendations or advise.
please see the presentation:
https://docs.google.com/viewer?a=v&q=cache:BtrmSjg8wZMJ:download.microsoft.com/download/4/d/f/4df96113-8fee-40b0-8000-794202296569/SiebelTuningonSQLServer.ppt+&hl=en&gl=uk&pid=bl&srcid=ADGEESiXTLE6wInCTbJTpNp2SvQDS1H7OxtqYxBL2jlwLXRqGAWOHlLP-gBMUkLlFkUiWbCAu5CeKvF6izxMPP3aWDnAO6ZPJWzcYKvKivUPdedHpPf7_xQ7NS2uCDk-oLxM-EQ1W_tm&sig=AHIEtbS36d5fhNrEIaqWjj9YPQ7PszkjMA
beyond that current things i've tried.
Daily job:
EXEC sp_configure 'max server memory', 2048
RECONFIGURE;
GO
maintenence plan to rebuild stats daily, and reorganise indexes weekly(using sql 2000 maintenence plans). Although I'm not sure if I should rebuild the indexes once a week.
Beyond that I was running checkpoint and DBCC DropCleanBuffers daily too but noticed at the start of each day performance is hit as plans are reritten.
Wait times are high often when theres a large query running.
any recommendations are much appreciated.
Post #1384478
rajaster
rajaster
Posted Wednesday, November 14, 2012 2:23 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, February 22, 2013 8:21 AM
Points: 16,
Visits: 191
to follow up the data file for the database is 8.6GB but the log file is 2 MB as it is in Bulk-Logged mode and the Torn page detection and auto update stats are enabled.
Post #1384479
rajaster
rajaster
Posted Tuesday, December 04, 2012 8:20 AM
Grasshopper
Group: General Forum Members
Last Login: Friday, February 22, 2013 8:21 AM
Points: 16,
Visits: 191
after monitoring the above server for several weeks and with the addition of the monitoring i placed, this problem wasnt as easy or as straight forward as simply saying upgrade hard ware on the database server.
The problems were beyond the scope of the database, and we realised there were other IIS related issues also. So as it stands the occassional restart of services for seibel and also the database and IIS resolves issues temporarily.
IIS is 5.0 and the way that the app is written querying data via cursors it is just so badly written that i'm lost for words.
I've suggested the company consider migrating data to a new CRM package. but as they are using a custom made bespoke application management are not supporting this call.
I dont think anyone out there can advise. but its certainly been an interesting road for beefing up my perfmon skills.
Post #1392528
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.