Hi,
When I use the “Copy Database To Different Host/DB” tool, it “corrupts” stored procedures, but only the parts that contain database and table names. For example:
SELECT *
FROM xyz.abc;
Will be written on the target db as:
SELECT *
FROM xbc;
Also as a feature request, could this tool have the added option to create the database on the target server if it doesn't already exist and similarly drop it first if it already does?
Dazz.