News

Creating SQL Stored Procedures via SQL Server is easier than you might have originally thought, so let us explain what to do. Simply follow the steps here: Click on New Query ...
T-SQL exec command (or the sp_executesql system stored procedure). The difference with this scenario is where the code is executed (i.e., the server), so the final decision will depend on your ...
Connecting SQL Stored Procedures and SQL Tables Today, Connor and I discovered something new while working on a SQL server Power Apps project. So in my app I’ve setup two data sources.
A new feature in Power Apps is SQL Stored Procedures that can be called directly form the Power App. This will give you an UnTypedObject, but how do we type cast Tables? In this post the slow and ...