Viewing 15 posts - 21,976 through 21,990 (of 22,189 total)
The only time we've maxed out at my current company, and we have, was when we built a really bad database that pegged the cpu's on a 4-way server. Some...
March 1, 2007 at 9:37 pm
HAVING MAX(YEAR) = 2006
Looks like it should work...
February 23, 2007 at 1:05 pm
Thanks for the response.
I did post this also on MSDN. I just came over here for third party help. I didn't expect to see you.
I also posted the question...
February 23, 2007 at 11:40 am
Can I skip the CD's and pack a couple of books of equal size instead?
I can live without music.
February 9, 2007 at 6:43 am
I've used both (and wrote articles on both). I think the TSQLUnit is a more pure version of unit testing than DBPro. TSQLUnit also has pretty good reporting capabilities on...
February 5, 2007 at 5:23 am
You're 100% correct.
I actually thought that was what I said.
February 2, 2007 at 8:49 am
You get all the functionality I've talked about without any of the server components. The server adds in all the Team activities like Work Items, Team builds, shared documents, etc.....
February 1, 2007 at 10:52 am
Now we're both learning. I never noticed that before either.
February 1, 2007 at 9:56 am
Thank you.
Yeah, I've noticed the same thing. When a line of code extends past the edge of the screen it shoots ALL the text out there too. It does make things...
February 1, 2007 at 5:22 am
I agree. Best measure is either to use the STATISTICS TIME or Profiler.
Interesting point, don't use both because you'll get confused. We found that there are small differences between the...
January 29, 2007 at 6:19 am
What you usually see in the STATISTICS is the time on the server. It doesn't include time to move the data to your machine or time to display the graphics....
January 26, 2007 at 5:38 am
Several people have commented that they use NOLOCk or setting the isolation level because they're in a read only environment. Have any of them considered setting their database to read...
January 25, 2007 at 5:37 am
Just an idea. Buy vs. Build always has trade-offs in either direction.
There are other text indexing products out there. Shop around.
January 23, 2007 at 12:37 pm
Is there an INNER JOIN involved to arrive at the data being selected. Join criteria is evaluated prior to the WHERE clause and you can sometimes move things from the...
January 23, 2007 at 6:56 am
Viewing 15 posts - 21,976 through 21,990 (of 22,189 total)