I'm trying to transfer a SQL2000 DB from my webhost to my local box that has SQL2005 installed. I opened a SSIS project and created a Transfer Database Task. Configured it to do the transfer and ran it in debug.
I get the error "User, group, or role 'skcar' already exists in the current database."
This seems to make no sense because the local database was just created by the Transfer DB Task, unless the message applies to the remote DB which makes even less sense because why would any object be created on the remote server?
What am I doing wrong?
FYI, on first attempt, I got a schema error(I forget exactly). There was one table that was owned by "skcar", not "dbo", so I ran sp_changedbobjectowner on it and changed it. There's still 3 Views that are owned by "skcar". I could change them if need be.
Geez, tough for a developer to really understand DB stuff.
I get the error "User, group, or role 'skcar' already exists in the current database."
This seems to make no sense because the local database was just created by the Transfer DB Task, unless the message applies to the remote DB which makes even less sense because why would any object be created on the remote server?
What am I doing wrong?
FYI, on first attempt, I got a schema error(I forget exactly). There was one table that was owned by "skcar", not "dbo", so I ran sp_changedbobjectowner on it and changed it. There's still 3 Views that are owned by "skcar". I could change them if need be.
Geez, tough for a developer to really understand DB stuff.