How to reduce timeouts in SQL Server?
From: Karan (k_karan_at_hotmail.com)
Date: 07/08/04
- Next message: Dirk: "Re: DMO & SQL 2005"
- Previous message: David Portas: "Re: How to bring down a database"
- Next in thread: Jaxon: "Re: How to reduce timeouts in SQL Server?"
- Reply: Jaxon: "Re: How to reduce timeouts in SQL Server?"
- Reply: SatyaSKJ: "RE: How to reduce timeouts in SQL Server?"
- Messages sorted by: [ date ] [ thread ]
Date: 8 Jul 2004 15:25:35 -0700
Hi,
We have designed a system which processes millions of transactions a
year. There are a couple of tables in the system which are heavily
used. These 2 tables gets about 30,000 rows inserted into them
everyday at an average. The inserts are done through stored procedures
after perfomring some complex logic. There are also a few scheduled
jobs that run every night which accesses these 2 tables. In addition,
there are a few reports that run in the web system which acces these
table for ad-hoc reporting. In the last few months, the number of
transactions have increased quite a bit and system started giving us
problems such as a lot of timeouts and a few deadlockks everyday.
I am thinking that if I can somehow replicate these tables every 6
hours or so and then use the new tables for all reporting purposes, my
timeouts might decrease. Could you suggest on how I could go about
replicating these 2 tables in an efficient way? and whether this would
help my situation?
Any other suggestions on how I could improve my system would be
appreciated.
Thanks,
Karan
- Next message: Dirk: "Re: DMO & SQL 2005"
- Previous message: David Portas: "Re: How to bring down a database"
- Next in thread: Jaxon: "Re: How to reduce timeouts in SQL Server?"
- Reply: Jaxon: "Re: How to reduce timeouts in SQL Server?"
- Reply: SatyaSKJ: "RE: How to reduce timeouts in SQL Server?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|