Viewing 15 posts - 76 through 90 (of 99 total)
dbcc memorystatus will give you some clue. Pay special attention to the Dynamic memory manager section. I did have memory leak problem on SQL2K 2 years ago which was...
March 22, 2004 at 9:36 am
Are you offshore your DBA job !! Bad idea....
March 22, 2004 at 9:16 am
I do try to use EM to generate script, but somehow a lot of job doesn't seems parse the statement correctly. It seems it always mispalce the '. Do any...
March 3, 2004 at 9:45 am
We only move selective DB over to the new server. There are approx. 50 jobs been identified need to move to the new servers. Backup/restore msdb may not work, we...
March 3, 2004 at 8:56 am
I do agree with the HTT may be the cause of the problem. I saw several cases that enabling HTT cause problemduring heavy load.
March 1, 2004 at 7:05 am
One catch with Eric's recommendation. 10 1GB is great, but you may need enable flag -T1118 and disable auto grow on each file. If you don't, SQL server always...
February 27, 2004 at 12:00 pm
I believed the SQL task manager is keep checking the incoming queries request and cpu utlization to decide the cpu resource allocation. During the heavy load, the query that use...
February 27, 2004 at 9:58 am
Do you know parallelism been use within this SQL ? Check your query plan ? I believed SQL task may swapped out too fast cause high CPU utilization.
February 27, 2004 at 9:06 am
There is bug in DBHammer, you have to fixed themin VB code
February 27, 2004 at 8:59 am
I'm pretty inline with what Steve says. Few things you need consider also includes: How many controllers you plan to have? Are you plan with SCSI vs Fiber ? ...
February 27, 2004 at 6:50 am
Do you know the caching strategy on your controller ? Is paging size is et correct ?
February 19, 2004 at 8:29 am
I believed LOG Explorer is the one you need. It read the transaction log backup you created
February 18, 2004 at 8:23 am
Do you have /pae /3GB on the boo.ini and AWE enable on the SQL ?
February 18, 2004 at 7:40 am
Thanks, for all your reply. Our goal is try to maximized the throughput. The databases are all same but serving different clients Apps should works in both situation.
February 17, 2004 at 6:32 am
Viewing 15 posts - 76 through 90 (of 99 total)