Viewing 15 posts - 21,991 through 22,005 (of 22,202 total)
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
If you're going for cheap, then you just need to set up full text indexing that comes with SQL Server 2005. Otherwise, I found this information on the Google site:
January 22, 2007 at 6:28 am
Are you kidding? Set logic is bloody difficult. I have a hard time wrapping my brain around it almost daily. I just know that I have to take the approach...
January 19, 2007 at 10:20 am
Viewing 15 posts - 21,991 through 22,005 (of 22,202 total)