Forum Replies Created

Viewing 15 posts - 136 through 150 (of 205 total)

  • RE: Hashing

    Mattrick (1/24/2012)


    ... that shows why salting your hashes is so important ...

    A little bit of pepper doesn't hurt either. :hehe:

  • RE: Are Auto-Updates Good?

    Nice editorial Steve. I use Chrome as my primary browser and agree with you that automatic updates are not enough of a reason to switch to IE.

    One minor correction.

    "......

  • RE: Are Auto-Updates Good?

    cengland0 (1/5/2012)


    I work for a large corporation and not everyone has internet access. How will those browsers get automatically updated?

    In fact, even for those few associates that do have...

  • RE: Numbers

    Stuart Davies (1/4/2012)


    ...

    It was a couple of real life examples like this (when importing a csv) that gave me the idea for this QOTD

    This one even works with no number...

  • RE: Numbers

    Here's another beauty.

    Select ISNUMERIC('£,,1.,') As "String";

    Still returns a 1 :crazy:

  • RE: Summing

    Thanks for the question.

    Another answer that may have fooled a few could have been: "1 row with the sum of all the values from the 1st column of every record...

  • RE: More SQL Injection

    sherifffruitfly (11/17/2011)


    Irony: Just the other day this site was telling me "Don't Criticize Code", because it might hurt someone's fee-fee's.

    I don't see the irony. The point of writing good code...

  • RE: More SQL Injection

    Jack Corbett (11/17/2011)


    It's sad but I've seen code that is ripe for SQL Injection, commented it shouldn't be allowed and that if it was my decision it wouldn't be, yet...

  • RE: Table space usage 1

    Hugo Kornelis (11/9/2011)


    ... Advance warning as a special service for those who take the time to read the discussion - the next question in this series (scheduled to go live...

  • RE: Out of order

    SanDroid (10/21/2011)


    ...I should have been more specific in my question.

    Does using a "TOP 99999999" statement with an "order by" in a VIEW against an actual table with less than 99.9...

  • RE: Out of order

    SanDroid (10/21/2011)


    Mighty (10/21/2011)


    Carlo Romagnano (10/21/2011)


    CREATE VIEW vw_clients AS

    SELECT TOP 100 PERCENT Code, Name FROM Clients

    ORDER BY Code

    I am curious to know if the VIEW above always returns records in...

  • RE: Out of order

    Sean Lange (10/21/2011)


    Good question and with 40% incorrect answers with over 500 responses it seems a back to basics topic that lots of people don't know.

    Yes, that was quite a...

  • RE: Which Versions of SQL Server Do You Have?

    All of our servers from development through production are 2008. We went from 2000 directly to 2008 skipping 2005. We plan on skipping 2008 R2 and have not made a...

  • RE: Big Gaps

    One of the basics I've seen lacking in some data professionals is the use of stored procedures. I'm amazed by the number of developers I've come across, who have been...

  • RE: The Pencil Analogy

    Awesome example of some very basic project management concepts (scope, stakeholders, measurements of success).

    So this seems to illustrate the point that the success or lack thereof in a project can...

Viewing 15 posts - 136 through 150 (of 205 total)