Stored procedures are supported from v2.26.0. Stored procedures can be used to track MS SQL Server stored procedures and execute them via the Hasura GraphQL Engine. SQL Server stored procedures are ...
Most of the popular relational database systems, SQL Server, Oracle, MySQL and the like, support stored procedures. A stored procedure is nothing more than a piece of code that performs some ...