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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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