Hi all
I am attempting to automate a development environment database refresh using the Transfer Database Task in SSIS. The reason for using this method and not using a backup/restore routine is that the Live and Dev databases are stored on different servers and SQL instances. As I understand, you can only restore a database from a local drive.....
Every time I run the Transfer Database task, i am confronted with the following error:
Error: The Execute method on the task returned error code 0x80131500 (ERROR : errorCode=-1073548784 description=Executing the query "CREATE USER [svcSAGESync] FOR LOGIN [svcSAGESync] ..." failed with the following error: "'svcSAGESync' is not a valid login or you do not have permission.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}). The Execute method must succeed, and indicate the result using an "out" parameter.
The login and user specified in this error (svcSAGESync) are present so I do not know why it would be halting on this.
Any ideas on how I can sort this would be grateful.
Many thanks.