Tag Archives: SQL Server security

Keep your Password Encrypted in database using PwdEncrypt and PwdCompare functions


Application might need to store user login information in SQL Server database. of course, we can easily store it in a table with varchar column. But, any authorized user can view this information and may get exposed to others too … Continue reading

Posted in Security, SQL Server | Tagged , , , , , | Leave a comment