I'm trying to set up a weekly 'dump' to an mdb file. I set up an SSIS package, saved it and scheduled it. The package basically takes tblOrders in sql2005 and dumps it into a table called tblOrders in Access.
This works great the first time, but on subsequent runs, it errors out saying the table already exists.
Since I am still rather green with SQL server, i know that I probably must script this somewhere, but don't know where to go. Can you guys/ladies point me in the right direction? or point me to a good tutorial?
This works great the first time, but on subsequent runs, it errors out saying the table already exists.
Since I am still rather green with SQL server, i know that I probably must script this somewhere, but don't know where to go. Can you guys/ladies point me in the right direction? or point me to a good tutorial?