mvsagar / queper_rep

wjISQL - a webapp for accessing relational databases
0 stars 1 forks source link

W_B_20140408_17 - MS SQL procedures can not be dropped through GUI #16

Open mvsagar opened 7 years ago

mvsagar commented 7 years ago

MS SQL treats its procedures as functions. Hence DROP PROCEDURE does not work through GUI of wjISQL.

Probably wjISQL has to execute DROP FUNCTION command internally!