Hello,
Using SQL Server 2008 R2
I don't understand why it cares about a column in the database if I am transferring a database over with overwrite?
The source and destination servers are setup correctly, using online mode, with copy and overwrite.
The way that it has been worked around was to go to the over server and have it copy a backup to the one I am using to create a restore task. This seems to defeat the purpose of what SSIS is suppose to do. I want to think it is because of my lack of experience with the tool.
Error: The Execute method on the task returned error code 0x80131500 (ERROR : errorCode=0 description=Invalid column name 'Dialable'. helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}). The Execute method must succeed, and indicate the result using an "out" parameter.
Thanks in advance,
Whit