I need to know in which file SQL Server 2008 actually stores the passwords. This is a question being asked by a security auditor.
I know I can get password hashes with LOGINPROPERTY('bbellomo', 'PasswordHash' ) but that doesn't help me, I need to know how they are stored.