Viewing 15 posts - 856 through 870 (of 1,518 total)
GilaMonster (11/3/2008)
Marios Philippopoulos (11/3/2008)
Yes, we have collected these perfmon counters, and from the values it appears there is indeed latency in the PROD-SAN drive.
Surprise surprise (not). Is it sharing drives...
November 3, 2008 at 9:36 am
TheSQLGuru (11/3/2008)
November 3, 2008 at 9:23 am
I should mention that, after moving the LOG file of the target db to a LUN physically located on the TEST SAN, performance was drastically improved from 12 to 6...
November 3, 2008 at 8:12 am
Thanks all, after reading through your replies, it doesn't seem worth it fiddling with the checkpoint frequency.
After more detailed analysis, this looks very much like a disk-performance (contention) issue.
As I...
November 2, 2008 at 3:13 pm
TheSQLGuru (10/31/2008)
recovery interval is a server level setting and cannot (to my knowledge) be configured for databases independently.
Thanks, how can I configure it at the server level?
October 31, 2008 at 1:03 pm
usman.tanveer (10/31/2008)
October 31, 2008 at 10:37 am
gah (10/31/2008)
- enable AWE to max memory of 4 GB, to enable the data buffer of your SQL instance to 'see' 4 GB of memory and...
October 31, 2008 at 3:44 am
usman.tanveer (10/30/2008)
More over how can i find which switch is...
October 30, 2008 at 6:31 pm
gah (10/30/2008)
Having read thro this thread and a multitude of others on here and elsewhere, I must confess to still being confused....
We...
October 30, 2008 at 1:14 pm
usman.tanveer (10/30/2008)
I am on 32Bit, but i am not using AWE option.
Then you are using at most 3 GB (if you have the 3-gb switch enabled) or 2 GB (if...
October 30, 2008 at 11:58 am
happycat59 (10/29/2008)
October 30, 2008 at 4:33 am
usman.tanveer (10/29/2008)
October 29, 2008 at 2:36 pm
The best medicine for parameter sniffing (in my experience) is a "UPDATE STATISTICS tblName WITH FULLSCAN" on all (large) tables involved.
October 29, 2008 at 2:34 pm
The memory SQL server is currently consuming is not readily available, but you can get info on this indirectly by this counter:
Memory:Available Bytes
This is the memory available to new processes....
October 29, 2008 at 2:27 pm
Also, gather some of your largest tables, those most actively queried in your system.
Do "sp_helpindex tblName" to get a list of indexes for each table.
Run "DBCC SHOW_STATISTICS ('tblName', 'idxName')" on...
October 22, 2008 at 6:11 pm
Viewing 15 posts - 856 through 870 (of 1,518 total)