Ericordina
Technical User
Hello,
I'm trying to create a DTS statement wich must transfer
records from DATABASE1.TABEL1 to DATABASE2.TABELTEMP.
Select Distinct ID
ID2
getdate () as 'DATE'
from TABEL1
where not exists
(select id,id2
from DATABASE2.user.TABELTEMP)
If i execute the DTS i get an error that there is an
wrong Pointer.
If i exetute the statement in the Analyser everything goes well.
Can sombody tell what i do wrong
greetings,
Eric
I'm trying to create a DTS statement wich must transfer
records from DATABASE1.TABEL1 to DATABASE2.TABELTEMP.
Select Distinct ID
ID2
getdate () as 'DATE'
from TABEL1
where not exists
(select id,id2
from DATABASE2.user.TABELTEMP)
If i execute the DTS i get an error that there is an
wrong Pointer.
If i exetute the statement in the Analyser everything goes well.
Can sombody tell what i do wrong
greetings,
Eric