Igonre create proc / create procedure commands
I have some stored procedures created in database A with the statement 'create proc' and in databse B with the statement 'create procedure'.
An option to allow me to ignore this case will very useful.
Thanks, Ésio
15
votes

-
Ravikumar Kona commented
This is required as we want to make test identical to prod and we have so many differences to address and these kind of stuff is not an actual difference to work on. We would like to have option to ignore this. If SQL Server allows this Redgate should honor the same.