Viewing 15 posts - 3,421 through 3,435 (of 5,843 total)
I have had TREMENDOUS success at clients (as in 4+ orders of magnitude improvement) using dynamic sql to handle search/paging needs. If you are careful about SQL Injection this...
May 4, 2011 at 9:58 am
It is doubtful that an index on a table with 10 rows will help anything. Focus your efforts on the 20M row table.
May 4, 2011 at 9:56 am
Replication is a very complex topic. There are numerous tuning options you have if it isn't keeping up and that is causing the tlog growth. Probably best to...
May 4, 2011 at 9:55 am
I can run one query on my desktop and use 100% CPU.
Yeah, but you write REALLY sucky queries Steve!! 😀
May 3, 2011 at 9:58 am
Ninja's_RGR'us (5/3/2011)
TheSQLGuru (5/3/2011)
I'll make it plus 2 million to Ninja's + 1 million 😀I'm all in :hehe:.
Came over the top on me, eh?? Oh, I yield to the master!...
May 3, 2011 at 7:28 am
GilaMonster (5/3/2011)
Eddie Wuerch (5/2/2011)
May 3, 2011 at 7:28 am
Grant Fritchey (5/2/2011)
May 3, 2011 at 7:06 am
ChrisM@home (5/2/2011)
virgilrucsandescu (5/2/2011)
Thank you, tt works just perfect!Excuse my ignorance, but what's a "Quirky Update" ?
Hi Virgil
This link[/url] will show you an alternative set-based method of calculating running totals and...
May 3, 2011 at 7:05 am
An index can still be fragmented after a rebuild. The most common reason is because virtually every server in existence has autogrowth managing the database sizes. I advise...
May 3, 2011 at 7:01 am
I will give you the same info I did the first time I posted: get a professional on your system for a quick review. There are just too...
May 3, 2011 at 6:58 am
Nice catch Eddie.
Azhar, since you missed this, I will say that you REALLY need to get a professional on your system for a review and to help you out. ...
May 3, 2011 at 6:56 am
I'll make it plus 2 million to Ninja's + 1 million 😀
May 3, 2011 at 6:50 am
1) run the free sp_whoisactive to check for blocking, resource contention and lots of other stuff
2) there are LOTs of things that could be at fault here. Way too many...
May 2, 2011 at 10:20 am
1) how many spindles underly the RAID sets you mention?
2) what else is on those RAID sets?
3) Have you checked for WHERE the actual bottleneck is? Assuming a SAN,...
May 2, 2011 at 10:18 am
Maybe your CPU utilization sucked on the old machines because the IO wasn't feeding them data fast enough and now on the new server it is. Outside of that...
May 2, 2011 at 10:13 am
Viewing 15 posts - 3,421 through 3,435 (of 5,843 total)