Does anyone know what could be causing the error on Transfer SQL Server Objects Task I tried to develope a SSIS project in the Business Intelligence studio to transfer table between databases on the same server. However, I have been getting the following error:
[Transfer SQL Server Objects Task] Error: Table "XXXXXX" does not exist at the source.
Is there a setting that I need to change to make this work Thank you for your help.

[Transfer SQL Server Objects Task] Error: Table "XXXXXXX" does not exist at the source.
Chris O'Brien
Raj_007
I created table "testtable" in testdb1. The schema was "dbo". I could transfer this table to another database named testdb2 in the same server using Transfer SQL Server Objects Task.
Then, I changed the schema of "testtable" to "guest". When I executed the same task, I got the error message "[Transfer SQL Server Objects Task] Error: Table "testtable" does not exist at the source. "
Okan Tekeli
Hi,
I am also having problems with the "Transfer SQL Server Objects" task. It simply does not work.
The editor interface is sweet, however, and looks very promising. My issue is that I cannot debug this task. I cannot see the code that is generated by the task, and logging does not reveal what I want: the SQL code or whatever code is generated by the task. I want to see the actual table name syntax contained in the resultant command sent over, with the assumption that there is something wrong there.
The documentation is very clear, promising effective results. The reality is different, however. This is simply a management issue. The product was released too early, and the testing regimen must have been inadequate or mismatched with the document.
I have the Evaluation Version of Enterprise. The SMO connectors all test properly, and there is no other problem. The wizard works fine from SSMS, and when I save the output from the wizard to a package, the package does not use the "Transfer SQL Server Objects" task.
So, guys, what we have here is a defect.
This is very annoying, and I will write a letter to Bill Gates requesting immediate attention to this issue.
B. Schwartz
Natalie Schelm
Thanks for your response. Where di you create the "Transfer SQL Server Objects Task" Is it under control flow or data flow When I had the error to only task I had was the "Transfer SQL SErver Obejcts Task" under Control Flow.
Thanks.
Ram#
Kris Nod
Richard Greenberg MSFT
I am hoping someone will answer the last question. I cannot beleive you would release a product with such a simple task not working. As a workaround, I suppose I can create an SMO task to handle this, but that is more development time than I had expected to use. Please fix this with your NEXT release, not an undetermined FUTURE release. This type of missing functionality is hard to point at and convince anyone in the position of making decisions to migrate to 2005. Come on guys and gals.
Your frustrated supporter...
Noah Moerbeek
Yes. It is in there. I can see it in the selection list after I select the database. Thanks.
And Transfer SQL Server Objecdts Task is the only task in that SSIS package.
usascottwright
djlane
Hi Cliff!
I'd like to share my frustration with Transfer SQL Server Object Task. I am trying to do something very simple - transfer 3 tables with primary/foreign keys, referential ingegrity and some data and spent hours of fruitless tweaking of the task. If someone offers a very simple step by step process on how to configure the "Transfer SQL Server Object task" to do that, I would be very grateful.
NcSm
I'd like to add my vote for this feature request. Can someone from the dev team tell if the decision of fixing this has already been taken somehow
Any insight will be most welcome, and will help us pick the right solution.
Thibaut Barrere
papalarge
constm
At this time (10/2006), is there any way to copy tables from one server to another via SSIS I would think this basic of a task would be the first to work on a newer DTS...
Thanks in advance
-Chris Rasmussen