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.
But, if you're using any version of SQL Server later than SQL Server 2005, you have an alternative: table-valued parameters. Table-valued parameters let you pass a collection of table rows as a ...
Stored procedures can speed up your code by reducing trips to your database -- even if you only have one SQL statement to execute. Here's how to speed up your application (and how to simplify your ...