show/hide this revision's text 2 added 105 characters in body

You could give Redgate SQL Compare and Data Compare a shot. They have a schema mapping feature that should let you map the dbo schema to the sales schema in another and then move the tables and procs. It would make it so you don't have to mess with the SQL export wizard. You still would have to refactor your other objects though.

I love these two tools.


edit: I think you can get a fully functional demo too.


edit: Additionally, they offer SQL Refactor, which does a 'smart' rename. Score!

show/hide this revision's text 1

You could give Redgate SQL Compare and Data Compare a shot. They have a schema mapping feature that should let you map the dbo schema to the sales schema in another and then move the tables and procs. It would make it so you don't have to mess with the SQL export wizard. You still would have to refactor your other objects though.

I love these two tools.


edit: I think you can get a fully functional demo too.