Run Routine Stored Procedure no params issues

myalo's profile image myalo posted 3 years ago in General Permalink

When using run routine of a SP that does not have any parameters, the message is wrong and created query is wrong too. Reproduce Right click on the SP name. First the message is wrong. See attached. Then when clicking OK, the query windows looks like that EXEC "dbo"."USP_ManualPPBankAccount_GetAll" '' and I get an error of course. Only after removing the last two quotes it works. As for the message, it gets it wrongly from the this lines in SP

order by (select displayname from OU where OUID = ba.OUID),mpp.bankaccountIdentifierId This is probably a bug. Thanks myalo

1 attachment(s):
  • HeidiSQL-issue

Please login to leave a reply, or register at first.