is it possible when using the transfer sql server objects task to copy database tables from one database to another and have them move to a different schema?
example
hsi.doctype -> dbo.doctype
I have 187 tables to do this with and I'm trying to figure out the best way to approach the issue. I know how to set up an transfer object task from database to database within the same schema but it is changing schemas I am having problems with.