Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Column encryption

    You could use the undocumented PWDENCRYPT() and PWDCOMPARE() functions in SQL. The PWDENCRYPT encrypts the password as it suggests and the compare take a string and compares it to the...

  • RE: Query that works different inside a SP

    If you aren't interested in the time period in the where clause you can convert your A.Date1 to remove the time.  This should then remove the problem of times after...

Viewing 2 posts - 16 through 17 (of 17 total)