Viewing 15 posts - 4,951 through 4,965 (of 5,843 total)
chileu17 (10/20/2008)
October 20, 2008 at 4:03 pm
I recommend (if not done yet) that you do a forced-failover (and fail back) under load to ensure everything is truly functional. Glad you had a (relatively) simple resolution!
October 20, 2008 at 11:22 am
nice little snipped there! 😉
October 20, 2008 at 11:20 am
Probably the BEST thing you can do (if able) is to a) max out the servers RAM (which is hopefully many, many GBs) and b) add more spindles to the...
October 20, 2008 at 11:16 am
nilmov (10/20/2008)
October 20, 2008 at 11:13 am
Steve Jones - Editor (10/20/2008)
The only time you shrink it is when some rare,...
October 20, 2008 at 9:59 am
I am with Steve here: call Microsoft Support. You have an incredibly esoteric situation that even they may not have encountered. Uninstalling/reinstalling SQL Server MAY work, but...
October 20, 2008 at 9:55 am
1) you almost certainly have IO stall issues given the TOTAL averages you have. Specify individual drives that have mdfs and ldfs on them for monitoring in the future.
2)...
October 20, 2008 at 9:50 am
Here is the Bible for deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx
October 20, 2008 at 9:47 am
So it looks like the only difference between what you guys are saying and what the TheSQLGuru is saying is in the fill factor for the NC indexes.
Based on our...
October 17, 2008 at 8:59 am
If you are a SQL Server only shop, be sure to ask Embarcadero for SQL Server only licensing. This can lead to much lower costs than the full cross-platform...
October 17, 2008 at 8:34 am
More questions:
1) how much RAM on the box?
2) How good (or poor) is your IO?
3) take a look in Perf Mon at Physical Disk: avg disk sec/read and...
October 17, 2008 at 8:15 am
Marios Philippopoulos (10/16/2008)
I think it's settled. I will ask the developer to create the non-cl. idxs with 60% fill factor.Thanks for your help.
Since (it seems that) the data is populated...
October 17, 2008 at 8:09 am
At least 75% of my clients have multi-cpu servers with insufficient RAM or IO capabilities (or both!), and thus suffer from significant CXPACKET waits on largish queries. It is...
October 17, 2008 at 8:03 am
See here for some guidance: http://www.sommarskog.se/arrays-in-sql.html. Not sure if this has been updated for 2008 though.
October 17, 2008 at 8:00 am
Viewing 15 posts - 4,951 through 4,965 (of 5,843 total)