Viewing 15 posts - 31 through 45 (of 541 total)
For Development, 2 smaller monitors anytime...a laptop and add-on flat screen. Add a docking station and a wireless network and you've got an ideal system. Add WWAN support and...
October 13, 2006 at 7:25 pm
You'd actually want your comment to say that you are updating ALL the employee first and last names to the variable value. That would be an interesting comment! ...
August 7, 2006 at 3:31 pm
Thanks for sharing, Simon! Everyone appreciates your candidness; and please pay no attention to the cranks.
I'm currently using Apex SQLEdit, which is working better for me than the your...
July 26, 2006 at 12:34 pm
"Within each clinical trial, referential integrity is extremely important."
OK, good; it wasn't clear from your previous posts. If you go back over the forum posts for this topic, you'll...
July 24, 2006 at 1:47 pm
July 24, 2006 at 12:45 pm
Anthony,
Can't agree with you more. But calm down, I'm on your side, as is reason and experience! You seem to think...
July 22, 2006 at 11:57 am
Word, Anthony; but ouch! Can we just put this to rest? SQLServerCentral lets a lot of different people write articles, some with better ideas than others. Many...
July 21, 2006 at 11:55 pm
"It's a variation of the "knapsack" problem. "
Darn...I was to to slow. Put I'll post my code anyway, as another variation of the same concept.
if object_ID('Payable') is not...
July 21, 2006 at 2:12 pm
it's also important to note that temp tables are a sign of ineffective design and workarounds (usually performance related). In an ideally designed database (sitting on an ideally designed...
July 19, 2006 at 12:04 pm
I tried this product a month ago. The CPU utilization goes up to 99% when it's sucking all the relational data in, but it drops back down after that....
July 18, 2006 at 11:35 am
select top 0 *
into temptable
from table
Insert temptable
select *
from table
Not that I'm saying to do this...the only reason to do "select into" is if you are selecting all the columns...
July 14, 2006 at 12:18 pm
Great article, Don! This is extremely helpful....
July 13, 2006 at 2:50 pm
heh heh...you said "poo".
That's a cool instrument, though.
May 2, 2006 at 1:12 pm
Thomas, I certainly can't disagree that it is much harder. Yes, there are problems when you let users modify schema; and there are definitely at least a couple of...
April 20, 2006 at 2:29 pm
Yeah, Ian, that vendor's database is a perfect example of how NOT to use MUCK tables.
Some people would agree with you that "For customer-defined fields - MUCK is probably the...
April 20, 2006 at 12:32 pm
Viewing 15 posts - 31 through 45 (of 541 total)