Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 6,486 total)

  • RE: Concrete Code

    david.wright-948385 (4/27/2010)


    Jim Russell-390299 (4/27/2010)


    On the other hand...

    One of the rules of extreme programming was "do the simplest thing that could possibly work."

    There is some danger in adding code complexity to...

  • RE: Don't I need a TRY..CATCH block in the stored proc?

    The point being made was that the procedure itself never actually gets called, so there's no need for a try/catch within the proc. As far as I can tell...

  • RE: Spring Cleaning

    Steve Jones - Editor (4/23/2010)


    Good to see some people doing this.

    I'm torn on the disk space argument. It does cost $$, but so does people's time. If there are other...

  • RE: Quick question about len

    What version and build are you dealing with in both scenarios?

    Len is always supposed to return the result without the spaces (since it trims the trailing spaces). Are you...

  • RE: Median of Two dates

    WayneS (4/21/2010)


    Matt Miller (#4) (4/21/2010)


    For 2 exactly - the median is the average of the 2 numbers.

    Well, keywestfl9 did say:

    i have a requirement to find median of two date column...

  • RE: Median of Two dates

    For 2 exactly - the median is the average of the 2 numbers.

  • RE: Import only good rows

    Since the import wizard is actually a SSIs package in wizard form, if you opt to not execute, but save instead, you can set up the package to only import...

  • RE: What do you do when you don't get paid?

    CirquedeSQLeil (4/21/2010)


    Ninja's_RGR'us (4/21/2010)


    The 1000$ retainer without paying my boss was acutally my boss' idea to see the real intention of the client.

    Brutal - these people are quite aggressive then -...

  • RE: Hiding payroll data from admin

    GregoryF (4/21/2010)


    Use SQL 2008 and use TDE.

    But since you have settled to 2005, use a third party tool to encrypt it.

    TDE does not hide it from the admins.

  • RE: What do you do when you don't get paid?

    Grant Fritchey (4/21/2010)


    Michael Valentine Jones (4/21/2010)


    Tell them to pay your boss everything they owe him first and you want a $10,000 retainer before starting any work.

    That should cut off any...

  • RE: Why doesn't this work?

    Paul White NZ (4/19/2010)


    Matt Miller (#4) (4/19/2010)


    3rd party. Built-in means SQL knows how to decrypt it, so it ain't much of an encryption.

    Not sure what you mean here, Matt....

  • RE: Why doesn't this work?

    Paul White NZ (4/19/2010)


    mike 57299 (4/19/2010)


    What would you recommend for storing credit card information? Using 2008 encryption or a 3rd party?

    Either, so long as it meets the requirements. ...

  • RE: FizzBuzz

    Jeff Moden (4/18/2010)


    With a bit of egg on my face (a whole omelette, actually), it would appear that IDENTITY is, in fact, the culprit and not the 3 way CROSS...

  • RE: FizzBuzz

    Stefan_G (4/18/2010)


    Jeff Moden (2/23/2010)


    For those that add a triple cross-join... eh... wrong answer because behind the scenes, it will cause explosive growth of one of the log tables for big...

  • RE: Instead of Triggers on Views. How not to use the base tables?

    does the view include primary keys from both tables? Even if they're not used for anything else, this will help access "make sure" it know what record in each table...

Viewing 15 posts - 1,381 through 1,395 (of 6,486 total)