How to alter store procedure?
I have created store procedure using management portal.
how to alter or modify SP using SQL in management portal.
Please refer below screen.
.png)
Discussion (3)0
Comments
You can alter queries via Studio/Atelier/VS Code IDEs.
In portal you can run DROP QUERY and create the query again.
Is it possible to alter SP using portal?
Something like below,
Alter query queryname()
Only DROP QUERY/CREATE QUERY.