Viewing 15 posts - 451 through 465 (of 1,048 total)
Try breaking that into two queries. Join the first two tables but insert the result into a temp table. Then join the temp table to the other local table...
August 29, 2011 at 12:45 pm
Who would NOT want to work for a strong manager? Good managers are hard to come by... as is good leadership in general. Unless he is incompetent, a...
August 26, 2011 at 8:15 am
if you insert the results of this query into a table every day you'll have metrics for the whole month and see the growth trend.
August 25, 2011 at 3:09 pm
That should be okay. There must be a missing library dll that is referenced by another assembly. the error: could not load file or assembly 'msddsp, version=9.0.0.0, is the...
August 24, 2011 at 2:23 pm
That is a typical .NET error that occurs if you try to reference a property or method of a class that has not been instantiated yet. This is coming...
August 24, 2011 at 1:47 pm
stephencarr (8/18/2011)
either they are too stuck up on the MYSQL forum or not as good as you guys.Thanks again
Probably both :hehe: We try to help whoever we can,...
August 18, 2011 at 9:17 am
This is a SQL Server forum so for detailed help on MySQL you should go to a MySQL Specific forum.
having said that, the SQL syntax to update the one column...
August 18, 2011 at 9:05 am
The way you are doing it is probably the slowest way you could do it. Your procedure also has a lot of code for checking the columns and the schema...
August 17, 2011 at 10:15 am
if you are bulk loading (using bulk insert or BCP) you can specify the batch size and even the network packet size if it applies in your situation.
August 17, 2011 at 9:22 am
majorbloodnock (8/9/2011)
August 12, 2011 at 8:54 am
umailedit (8/8/2011)
We want our own countries to grow and do well, and our companies to grow inside of our own borders.
I don't see why we we have to be that...
August 8, 2011 at 7:01 am
mtillman-921105 (8/5/2011)
Sturner, my grandfather was in politics, but got out of it saying that you couldn't be honest and a politician at the same time. Why is that? ...
August 5, 2011 at 1:10 pm
mtillman-921105 (8/5/2011)
Our government is here, in part, to keep businesses from becoming corrupt.
Well, government does have experience in corruption. lol What's the other part?
mtillman-921105 (8/5/2011)
August 5, 2011 at 12:47 pm
Nevyn (8/5/2011)
A private enterprise wants to charge you as much as you'll pay.
And there is something wrong with that? You obviously disapprove of profits. Private companies are not...
August 5, 2011 at 12:07 pm
GSquared (8/5/2011)
For example, both will lead to limited choice and limited innovation. But a private monopoly will also seek to maximize return by setting price accordingly at high levels. A...
August 5, 2011 at 11:06 am
Viewing 15 posts - 451 through 465 (of 1,048 total)