CONVERT(VARBINARY(64), pwdEncrypt(@strUserPassword)),
I am came accross this in an example database code, it was sitting in an INSERT Statement.
I cant find any explanation for this "pwdEncrypt"
The example database has no functions of this name, BOL has nothing. If there is stuff for SQL server un documented, where can I find a reference for this secret stuff ??