![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Ok. I have an IIS webpage that goes back to SQL server 2k (sp4) . All of the employees use that program for all their daily activities. Here is the problem. The server has completely dies and I had to rebuild from scratch. It used to be on 2k server and I now I installed it on 2003 server. Now all the users are complaining that the software is much slower. I'm not a big SQL expert, so can anyone help me troubleshoot this? I'm assuming that Query times for each link have increased, but have no idea why or how to fix. Thank You! |
#3
| |||
| |||
|
|
Ok. I have an IIS webpage that goes back to SQL server 2k (sp4) . All of the employees use that program for all their daily activities. Here is the problem. The server has completely dies and I had to rebuild from scratch. It used to be on 2k server and I now I installed it on 2003 server. Now all the users are complaining that the software is much slower. I'm not a big SQL expert, so can anyone help me troubleshoot this? I'm assuming that Query times for each link have increased, but have no idea why or how to fix. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Kory (koryg (AT) community (DOT) nospam) writes: Ok. I have an IIS webpage that goes back to SQL server 2k (sp4) . All of the employees use that program for all their daily activities. Here is the problem. The server has completely dies and I had to rebuild from scratch. It used to be on 2k server and I now I installed it on 2003 server. Now all the users are complaining that the software is much slower. I'm not a big SQL expert, so can anyone help me troubleshoot this? I'm assuming that Query times for each link have increased, but have no idea why or how to fix. Unfortunately, this is a very open-ended question, as we know very little about your system. Rather than making quizzes through the newsgroup, it may be cheaper in the end to open a case with Microsoft to sort it out. That will come with an invoice, but if the application is crawling, your organisation may lose money because of that. How did you migrate the SQL Server installation from the ole machine to the new? How did you transfer the databases from the old server? Can you be more specific what is slow? Are particular operations slow? Is connection slow? Once you have connected, do queries run fast in general? How much memory does the server have? -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |
#6
| |||
| |||
|
|
HI! I did look it up in BooksOnLine, the problem is that I still don't know how to execute the command. Books online tells me how to use the command, I just don't know how to get into the prompt that will take those commands. I use SQL in GUI and have my application connect to it. Please help. |
#7
| |||
| |||
|
|
When I say slow, I mean that when you click on any link in the 3rd party program, it takes twice as long to retrieve the page as it used to. I think its becuase SQL Queries take longer. The way the DB was installed, I just copied the DB files from original server and attached them here. Nothing else. |
#8
| |||
| |||
|
|
Kory wrote: When I say slow, I mean that when you click on any link in the 3rd party program, it takes twice as long to retrieve the page as it used to. I think its becuase SQL Queries take longer. The way the DB was installed, I just copied the DB files from original server and attached them here. Nothing else. Chances are that your current configuration of the database does not match the old one. Maybe you have slower disks or configured less memory for SQL Server. Impossible to tell from here... Kind regards robert |
#9
| |||
| |||
|
|
Kory wrote: HI! I did look it up in BooksOnLine, the problem is that I still don't know how to execute the command. Books online tells me how to use the command, I just don't know how to get into the prompt that will take those commands. I use SQL in GUI and have my application connect to it. Please help. You can execute them with Query Analyzer. robert |
#10
| |||
| |||
|
|
Wow. I ran the sp_updatestats and everything works much better now. Can you please tell me if this is regular maintance that I need to do every so often or is it a one time thing that I had to do because I moved database from another box with possibly different settings? |
![]() |
| Thread Tools | |
| Display Modes | |
| |