Hello,
I'm trying to use the Copy Database task that SQL Server provides, and it is failing because it's trying to create the views before it creates the tables. When the view looks to verify the table exists, it is failing because it hasn't been created yet.
I've seen this talked about in multiple places, but have not seen where anybody has posted a resolution...does anybody know if one exists?