Need to check existence of an msaccess table and if it not exists create it using ssis

  • 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

  • In what way isn't it working? Did you see any error messages? Here's a link but I'm not sure if it applies to your situation: Access/SSIS[/url]

  • That's a very common error :hehe:


    Alex Suprun

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply