Link to home
Start Free TrialLog in
Avatar of JessyRobinson1234
JessyRobinson1234

asked on

How do I copy table structure and data from one database server to another?

I have a dba in a dev environment and the same dba exists on the prod server. I need to copy an existing table from dev to prod. How do I do that?

Dev server:
Catalog Name: Budget
Table Name: BU_2010

Prod Server
Catalog name: Budget
Table name from dev needs to be copied to prod

Thanks!
Avatar of Aneesh
Aneesh
Flag of Canada image

try this sp to generate the insert script
right click the database in management studio, go to tasks, then export data.  from there, there is a wizard that guides you.  integrations services is what powers it from behind.
ASKER CERTIFIED SOLUTION
Avatar of chapmandew
chapmandew
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial