Hi,
I have a SQL table with about 2000ish rows and I need to update this in SSIS. I have a dashboard which will be used to access this information so truncating and re-populating the table may cause the dashboard to report 0 values etc.
Is there an easy way I can completely swap the information in the table with the new info? or remove/update/insert my up-to-date-records quickly?
Sorry I'm new and therefore a step by step would be nice.