-
When looking to the Stored Proscedures debate, there is always those three factors you should measure by. Productivity - Span code base over multiple staging environments is a pain and harder to maintain. - Versioning sp code is way harder than versioning application code. - Minor change to the design...
-
Hi folks, When you design your sophisticated "Change Password" feature in your next application make sure to retain the old password so the user can't re-choose them anymore.. You can keep a history of passwords and don't allow to use them again. [UPDATE] The reason you may wanted to...