Forum Replies Created

Viewing 15 posts - 451 through 465 (of 1,048 total)

  • RE: Is it RBRAR???

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Would You Rather Work for a Strong or Weak Manager?

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: How do I modify this to show growth over a month? 7/1/11-7/31/11

    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.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Object reference not set to an instance of an object

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Object reference not set to an instance of an object

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Dont flame me :)

    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,...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Dont flame me :)

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Chunking of Data From Oracle to SQL Server

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Chunking of Data From Oracle to SQL Server

    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.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Hardware Hacking

    majorbloodnock (8/9/2011)


    I understand what you're saying, Steve, but with respect you're only really in a position to suggest that because you're an American. The UK, for instance, is certainly not...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Hardware Hacking

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Outsourced = Laid Off?

    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? ...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Outsourced = Laid Off?

    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)


    Government also, at...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Outsourced = Laid Off?

    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...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Outsourced = Laid Off?

    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...

    The probability of survival is inversely proportional to the angle of arrival.

Viewing 15 posts - 451 through 465 (of 1,048 total)