I have run the source query, returns about 240k rows in 5 secs.
Dropped the primary key.
Destination is set to fast load with tablock.
No CPU activity on server, memory is fine.
SQLProfiler last entry is Audit Logout
Second last entry is
insert bulk [dbo].[MyTable]([IDKey] int,[BandKey] int,[DBType] char(1) collate Latin1_General_CI_AS,[IDType] char(1) collate Latin1_General_CI_AS,[StartDate] date,[EndDate] date)with(TABLOCK)
I have tried recreating the destination, restarting server.
Its just stuck.