Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 49,571 total)

  • RE: Storing encypted SSN's

    Google "salt hash" and "rainbow table" and you'll probably have more to read than you have time for.

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/26/2016)


    Can't wait for R2-D2 to reprise his full commitment to the series. Hopefully contract negotiations work out by the next show so he can play a bigger role. 😀

    Maybe...

  • RE: Are the posted questions getting worse?

    BLOB_EATER (4/26/2016)


    GilaMonster (4/26/2016)


    SQLRNNR (4/26/2016)


    The sith lord is Supreme Leader Snoke and suspected to be Darth Plagueis (the one that can create life from death according to Darth Sidious - the...

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/26/2016)


    In December, Rogue One is supposed to be released. That is supposed to be a bridge between Episodes 3 and 4 - sorta. It's a side story about stealing...

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/26/2016)


    On the other hand why not try something a little more original?

    Nostalgia, among other things. Reassuring audience that they're returning to the 'classic' Star Wars, not following the...

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/26/2016)


    The sith lord is Supreme Leader Snoke and suspected to be Darth Plagueis (the one that can create life from death according to Darth Sidious - the apprentice of...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (4/26/2016)


    Ditto and I'll only make one comment on the film, my opinion is that it was S###t

    😎

    Fixed that for you. 🙂

    I loved it. A lot of other people...

  • RE: Storing encypted SSN's

    ram302 (4/26/2016)


    I will never need to decrypt the SSN, but I will need to add/remove ones as personnel are hired/terminated.

    In that case, don't look at encryption. Just hash the...

  • RE: SQL Server Memory is Full (Urgent help!)

    Grant Fritchey (4/26/2016)


    GilaMonster (4/26/2016)


    Grant Fritchey (4/26/2016)


    I do not recommend this because it will seriously negatively impact your startup time, but if you really want it to immediately use the memory...

  • RE: Storing encypted SSN's

    jeff.mason (4/26/2016)


    You would need to wait until RTM, which last I had heard was around June-ish?

    Probably sooner. RC3, which was released on the 15th was described (on the SQL...

  • RE: Storing encypted SSN's

    ram302 (4/25/2016)


    Alternatively, I've thought of just encrypting the SSN values (MD5), storing these MD5 hashes and doing the lookup by the hash instead.

    MD5 is so weak that a google search...

  • RE: SQL Server Memory is Full (Urgent help!)

    Grant Fritchey (4/26/2016)


    I do not recommend this because it will seriously negatively impact your startup time, but if you really want it to immediately use the memory you allocate for...

  • RE: SQL Server Memory is Full (Urgent help!)

    Because it's not designed to. It will increase memory usage as necessary, up to the max allowed.

  • RE: SQL Server Memory is Full (Urgent help!)

    info.sqldbamail (4/26/2016)


    SQL Server is occupying the RAM which it is set Max, and additionally it is also taking the Memory which is left for Windows, where do i need to...

  • RE: Help me in executing this CASE Statement

    What is this even trying to do?

Viewing 15 posts - 3,166 through 3,180 (of 49,571 total)