Viewing 15 posts - 3,211 through 3,225 (of 5,843 total)
Leo.Miller (8/4/2011)
August 5, 2011 at 9:19 am
Ninja's_RGR'us (8/4/2011)
... san might not be overkill here. kevin whould have better pointers than that to offer.
For most small shops (and even lots of medium/big ones) direct-attached storage is...
August 5, 2011 at 9:16 am
It seems that based on your comments you really aren't interested in free help from an online forum. So I will offer my considerable performance tuning talents to you...
August 5, 2011 at 9:13 am
chandan_jha18 (8/3/2011)
TheSQLGuru (8/3/2011)
Jonathan Marshall (8/1/2011)
August 4, 2011 at 7:49 am
Even with a HUGE amount of RAM on the box you have absolutely no hope of good IO from your cheap IO subsystem. I have a 2 year old...
August 4, 2011 at 7:44 am
Ninja's_RGR'us (8/3/2011)
TheSQLGuru (8/3/2011)
August 4, 2011 at 7:40 am
I will add that you do NOT have 4GB left over for the OS. Those memory settings for each instance are only to limit the BUFFER POOL. SQL...
August 4, 2011 at 7:38 am
dbcc memorystatus IS documented online, by Microsoft. It will have LOTS of useful information for you if you are having memory problems. There are also some support KBs...
August 4, 2011 at 7:35 am
Check out this blog series for deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx
August 3, 2011 at 4:59 am
Actually forcing a plan will screw you MUCH more often based simply on the sproc input parameters rather than based on data skew or changes.
August 3, 2011 at 4:58 am
Ninja's_RGR'us (8/2/2011)
TheSQLGuru (8/2/2011)
August 3, 2011 at 4:56 am
Jonathan Marshall (8/1/2011)
August 3, 2011 at 4:52 am
Just as a minor point you should never use varchar(1) anyway - it takes up more storage than a char(1), regardless of if they both have a value in them...
August 3, 2011 at 4:50 am
It is true that the optimizer and engine CANNOT use parallelism when one of those nasty old scalar UDFs is in play - it is just a limitation of the...
August 3, 2011 at 4:45 am
There is a HUGE range of potential causes for the issues you are seeing. Best bet is to get a professional tuner on board to give your systems a...
August 2, 2011 at 8:30 am
Viewing 15 posts - 3,211 through 3,225 (of 5,843 total)