With connectors in Power Apps we can collect 2000 items at a time when we read data from lists and libraries. However with SQL Stored Procedures in Power Apps we have an option to avoid this limit!
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, ...