October 2002
Beginner
1032 pages
23h 5m
English
The following are some frequently asked questions for configuring SQL Server:
| Q1: | I'm running a batch operation that consists of lots of queries and transactions. I'm trying to improve the performance and I'm thinking about changing several configuration parameters. Is this a good starting point? |
| A1: | As stated earlier, SQL Server 2000 comes out of the box tuned and ready to go. (Although users of SMP machines might want to modify some parameters after installing.) The best place to start tuning is to look at the application and examine the query plans being used. If you are confident that the application is in good order, use the performance monitor while the batch executes to determine if you have a bottleneck in the processor, ... |
Read now
Unlock full access