News

SQL Server Stored Procedures A while back I wrote about the upcoming SQL Server Stored Procedure feature, but now it is fully available within Power Apps.
In an earlier column, I suggested that one way to speed up your application was to reduce the trips you make to your database, specifically by avoiding calling a stored procedure multiple times. To ...
As far as performance goes, the real benefit of stored procedures usually happens when you bundle several SQL statements into a single stored procedure. That's because the second-slowest thing you can ...