Problem with Executing Mysql stored procedure
- by karthik
The stored procedure builds without any problem. The purpose of this is to take backup of selected tables to a script file. when the SP returns a value {Insert statements}.
I am using the below MySql stored procedure, created by SQLWAYS [Tool to convert MsSql to MySql].
The actual MsSql SP is from…