I'm working on a VB.NET app that creates SQL Logins for an app that uses our MS-SQL server.<BR><BR>The docs for both sp_addlogin and sp_grantdbaccess claim that it will return a zero if successful, ...