I'm getting ready to import a bunch of tables using SSIS. I'm going to run the wizard and then create a SQL Agent job to run the package every day. The thing is I want fresh data only. My question is, how do I handle the data that's already
in the tables before I run the import again? I don't want the same data to append over and over. Do I run a delete command and then import the data? Any suggestions? Much appreciated!
↧