Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
b5dz
Starting Member
1 Post |
Posted - 2014-02-20 : 20:29:58
|
I have a problem with one of the databases that I, they have all the same configurations with the other mssql(2000), but 2 of them having a problem, every time I generate data going to those databases, it always having request time out. There are enough space both my hard disk and the database itself, can anyone help me to figure this out, that would be great helped for me.. Thanks in advance - |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-02-21 : 12:10:42
|
I would suggest updating statistics for the tables involved in the query. If that doesn't help, you'll need to post the query and indexes.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2014-02-22 : 02:00:21
|
As well as statistics updated - check the Execution Plans of the relevant queries. This will give you great information on how the queries are accessing the data paths and if there are inefficienciesJack Vamvas--------------------http://www.sqlserver-dba.com |
|
|
|
|
|