Question Vivek Nayak · Aug 22, 2019 How to alter store procedure? #SQL #InterSystems IRIS I have created store procedure using management portal.how to alter or modify SP using SQL in management portal.Please refer below screen. 1 0 187
Eduard Lebedyuk · Aug 22, 2019 You can alter queries via Studio/Atelier/VS Code IDEs.In portal you can run DROP QUERY and create the query again. Vivek Nayak · Aug 23, 2019 Is it possible to alter SP using portal?Something like below,Alter query queryname() Eduard Lebedyuk · Aug 23, 2019 Only DROP QUERY/CREATE QUERY.
Vivek Nayak · Aug 23, 2019 Is it possible to alter SP using portal?Something like below,Alter query queryname() Eduard Lebedyuk · Aug 23, 2019 Only DROP QUERY/CREATE QUERY.
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.