Copy database from sql server A to SQL server B.
Use transfer database task
get the following error message when execute on visual studio
Error: The Execute method on the task returned error code 0x80131922 (A column named 'Name' already belongs to this DataTable.). The Execute method must succeed, and indicate the result using an "out" parameter.
What's the problem? How to fix it?