Viewing 15 posts - 5,581 through 5,595 (of 5,842 total)
This does indeed seem to be a case where a CLR function could be appropriate. There aren't many such situations, IMHO.
September 14, 2007 at 11:25 am
I have seen numerous circumstances where sql server will request and be given too much memory, causing horrible performance on the server due to excessive paging. Setting an appropriate...
September 12, 2007 at 4:18 pm
One extra point - make sure ndf is in the AV exclude list too in case you have additional data files that use that extension.
September 12, 2007 at 12:33 pm
September 12, 2007 at 10:57 am
I agree with the post that states that if there isn't a huge concern for locking the best thing is to simply remove the temp table altogether and simply do...
September 12, 2007 at 7:29 am
Simon, I ALWAYS set the maximum memory SQL Server is allowed to grab. It can and does starve the OS for RAM on occassion.
September 11, 2007 at 10:12 pm
I had to get the information for both bugs from a third-level sql server support staff at MS. The HP bug is so disasterous for the box that I...
September 11, 2007 at 9:02 am
I had a client that was spanked by BOTH of the bugs covered in this thread: HP iLO and Windows Large File Copy. Symptoms were the same for...
September 11, 2007 at 7:41 am
I agree Tim! Consider yourself to be VERY fortunate to have a DBA at all for SQL Server, much less one that enjoys writing TSQL. I do hope...
September 10, 2007 at 2:53 pm
Gosh is that inefficient tho . . .
September 10, 2007 at 2:16 pm
I sure hope you aren't moving to LAMP because you (or the powers that be) decided that SQL/IIS can't perform acceptably!!
September 10, 2007 at 1:30 pm
Since you seem to be truly new to administering/monitoring/tuning sql server, I HIGHLY recommend you hire a performance consultant for a few hours to give your system the once over....
September 10, 2007 at 9:01 am
I count a max of 3 for any one sentence he wrote, and his average is <1. Whats the big deal?? 🙂
September 7, 2007 at 3:52 pm
Man, this is a performance specialists wet dream!! 🙂
Hey, are you caching data on your webfarm?? You seriously need to limit your database activity in this scenario,...
September 7, 2007 at 1:38 pm
One very important issue has gone unmentioned here. What is the distribution of the data for the index?? If you have some field that does not get values...
September 7, 2007 at 8:27 am
Viewing 15 posts - 5,581 through 5,595 (of 5,842 total)