Hi,
I have an access file which will be my destination.
Daily a job runs which fills the data in this MS access db (say XYZ.mdb) in a seperate table (say ABC). the table name is appended with current date (like ABC11-01-2015)
Now in ssis task, I need to check the existance of this table (ABC11-01-2015) and drop if exists and Recreate this table .
I tried using execute sql task with OLEDB for access as conn manager and query via variable, but its not working.
Can some one guide me to accomplish this.
Thanks