Unable to create stored procedure with error

I generated dbchangelog from production database and intent to create a local db with that schema.

However, there’s some stored procedures are wrong like columns in query no longer exist.

Is it possible to get around it and just create it?

Hello @sskset!
First, can you please clarify if the stored procedure does match the definition in the source data base but that the source database itself has an outdated SQL statement.
Also, what database are you using (Oracle, MySQL, SQLServer, etc.)?
Thanks
jeff

1 Like