Viewing 6 posts - 1 through 6 (of 6 total)
I think the most important thing, is actually doing it.
One of the biggest problems i've seen people face learning SQL is that they'll have the technical aspects nailed down pretty...
August 7, 2008 at 3:51 am
rbarryyoung (8/6/2008)
First, when mixing ANDs with ORs, I strongly recommend using parenthesis to explicitly specify the order of operations.
that's exactly what i was thinking. In many case there's no way...
August 7, 2008 at 3:10 am
I actually do something very very similar in an app i work on. We have a rates table that has rates for given services. These rates may change fairly often,...
August 7, 2008 at 2:34 am
ej - two things.
First, it doesn't appear you're raising an error anywhere, which, I believe is part of why it's not doing anything. Even if it does catch a MerchantID...
August 7, 2008 at 2:18 am
If the two temp tables have the exact same data as you say - this seems like a waste of time?
You're essentially comparing a table to it's self and performing...
August 7, 2008 at 2:10 am
First, how do you know that you're losing these inserts?
Second, are you positive that the data you're attempting to insert is valid?
I would go with the previous advice...
August 7, 2008 at 1:33 am
Viewing 6 posts - 1 through 6 (of 6 total)