Click here to Skip to main content
15,900,390 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi All,

I am new to SSIS. I am trying to copy all the tables and their data in a Database from one server to another server say from test database to dev database.

I tried creating a ssis package by creating 2 connections(dev and test). create a data flow and inside it I selected oledb source and ole db destination and selected the db accordingly but it is asking me to select table..but I want to copy entire db

Can some one please help if there is a way.

I tried creating backup/restore and import/export but I am getting access denied..

is there any other way for this??
Posted
Comments
virusstorm 1-Jul-15 10:19am    
You can, but you need to add activity for every table which obviously isn't ideal. You do have a few other options. To point you in the right direction, I need to know if the dev database is used for active development or this is purely to copy down test data for developers to debug with. I won't want to give a technique that messes up your development and deployment process.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900