Viewing 5 posts - 1 through 5 (of 5 total)
This is the only tool I have been able to find to perform this sort of task but I have not fully evaluated it so it may or may not...
March 10, 2004 at 9:59 pm
The sp_addlogin already contains an encryption option parameter with flags.
The first one uses the undocumented (see here: http://www.nextgenss.com/papers/cracking-sql-passwords.pdf) pwdencrypt function to encrypt.
The second allows you to pass in...
February 27, 2004 at 1:57 pm
The moral of the story is don't let your developers run rampant without some training and understanding of the tools they are using. .NET is a fantastic toolset and timesaver...
February 26, 2004 at 12:03 pm
Just a note of caution about using wininet.dll. Make sure that you do not attempt to use it or a wrappered version of it as a server side component callable...
February 25, 2004 at 10:20 am
Perhaps I'm missing something but if the accounts you mentioned are Production accounts that only have read and write respectively, how are your users able to login with them and...
February 17, 2004 at 11:02 pm
Viewing 5 posts - 1 through 5 (of 5 total)