Very green to SSIS so please bear with me. Trying to set up a package to automate ETL. All of the processes happen on one server. Using VS 2008.
1) check to see if database exists - if it does, load file(s) into a specific table in that database.
2) if the database does not exist, have some type of entry point to allow me to create a new database using a script that restores a template database to the newly added database.
List the current databases, if there pick it, else add new name of database.
Thanks for your help and time, it is greatly appreciated!
1) check to see if database exists - if it does, load file(s) into a specific table in that database.
2) if the database does not exist, have some type of entry point to allow me to create a new database using a script that restores a template database to the newly added database.
List the current databases, if there pick it, else add new name of database.
Thanks for your help and time, it is greatly appreciated!