Difference between revisions of "Stored Procedures"

From QmazeWiki
Jump to: navigation, search
(Created page with "Page")
 
(Edit stored procedure)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Page
+
You can change procedures in the database here. You can also easily update the procedures.
 +
 
 +
===Auto update procedures===
 +
To auto update procedures navigate to the "Stored procedures" module. If there is a procedure that is not already on auto update choose this procedure and enable auto update by clicking on the auto update button.
 +
 
 +
[[file:Autoupdate.PNG|1000px]]
 +
 
 +
===Edit stored procedure===
 +
 
 +
To edit stored procedures nagivate to the "Stored procedures" module.
 +
Choose your stored procedure that you want to edit and click on the edit button top right of the screen.
 +
 
 +
[[file:Editstoredprocedures.PNG|1000px]]
 +
 
 +
Make your changes in the editor and press on the "Run" button top left on the screen.

Latest revision as of 13:23, 10 April 2018

You can change procedures in the database here. You can also easily update the procedures.

Auto update procedures

To auto update procedures navigate to the "Stored procedures" module. If there is a procedure that is not already on auto update choose this procedure and enable auto update by clicking on the auto update button.

Autoupdate.PNG

Edit stored procedure

To edit stored procedures nagivate to the "Stored procedures" module. Choose your stored procedure that you want to edit and click on the edit button top right of the screen.

Editstoredprocedures.PNG

Make your changes in the editor and press on the "Run" button top left on the screen.