The task has a fault if you try to copy a table with a schema like [test].[table1]
The error says
Error: 0xC002F363 at Flyt til DM, Transfer SQL Server Objects Task: Table "table1" does not exist at the source.
Even though i just selected it from the table list minutes before.

Transfer SQL Server Objects Task doesn't work with schemas
Talljames
Ed Tenholder
I think the prob is that it doesn't look for the schema.
I i want to copy a table with schema [Test]
like: [test].table1
the error says
"Table "table1" does not exist at the source."
Therefore it seem like it's looking for table1 without schemas.
So if i create a table without schemas called table1, it's actually this table that it copies, and not the one that i selected.
Martin.Cruz
Just confirming what you already know and putting my vote in for this to be fixed.
It seems to only work if the login to SQL you are using has the default schema the same as the object you're trying to copy. So if you use sa you can probably copy all object in the dbo schema. Hopefully this will get fixed soon. Also would be great if you could rename the destination table for transfer of objects within the same db.
maxim4o
VB king!
Gabe Frost - MSFT