Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Can we use EXCEPT clause in OLE DB Source Editor in SSIS, SQL Command?

$
0
0

When I use below query with 'EXCEPT' clause it the "OLD DB Source control" in "Data Flow" task it is not getting invoked. But it shows the DFT as successful.

--To extract the new records; Compare the Staging table with main table

SELECT GlobalServerID, Account, ArchiveName, Size, VolumeID FROM dbo.FactStaging
EXCEPT
SELECT GlobalServerID, Account, ArchiveName, Size, VolumeID FROM dbo.Fact


Krishna



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>