News

Creating SQL Stored Procedures via SQL Server is easier than you might have originally thought, so let us explain what to do.
This will generate a series of files to call stored procedures in a SQL Server database. Shorthand format, available with 3 or fewer parameters. This assumes the procedure is defined as a Single ...
Introduction This section describes how to call a SQL Server stored procedure. It is not a best practices but more a how-to guide to connect quickly an SQL Server database (for a POC for example) In ...
In some organizations, the IT department wants all interaction with the server to be done through Stored Procedure. This adds a level of risk management and makes the DBAs feel better.
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.
We are excited to announce that you can now directly call SQL Server stored procedures in Power Fx. You no longer need to call a Power Automate Flow to use a stored procedure. This feature is in ...
The obvious solution is to create a login which only has datareader permissions.<BR><BR>What does the stored procedure do, is it just querying data for you or is it adding/chaninging data?