How do I manage stored procedures in my MSSQL database?
The stored procedure function is to simplify the database development process by grouping Transact-SQL (Microsoft’s proprietary extension to SQL) statements into manageable blocks.
To manage stored procedures in your MSSQL database, please do the following:
Please note: MSSQL databases are no longer available on any Web Hosting plans bought after July 2020 or Premium Hosting plans bought after August 2020.
Step 1 of 3
Click on the MSSQL Database link in the Web Tools section of your hosting control panel.
Step 2 of 3
In the Manage Databases section press the Manage button to access your database administration area.
Step 3 of 3
Click on the Stored Procs option in the Database menu.