Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7612229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:51:28+00:00 2026-05-31T01:51:28+00:00

I need to move data from one MS SQL database to another. However, that

  • 0

I need to move data from one MS SQL database to another. However, that destination database is a bit different. For example, a table has the same rows, but with different data types and so on. From what I read, it looks like SSIS is the tool, however, how would be the process and components from the toolbox to use for the example above? My concern is I might have to create one data flow source for each table or something like that. Anyway, what would be the less time consuming option?

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:51:29+00:00Added an answer on May 31, 2026 at 1:51 am

    Given that it’s a disposable task and the data volume is low, I’d use the Import/Export wizard to generate the basics of moving all those tables. You can either right-click on a database in SSMS, Tasks, Export… or just run DTSWizard.exe from the commandline/Start->Run

    Either way, you’ll have a wizard walking you through a variety of screens. Most of them are self-explanatory but that never stops me from commenting.

    First 2 screens define source and destination. The default of both of those of “SQL Server Native Client 10.0” is correct, simply define Source and destination server names and database/catalogs.

    3rd screen accept the default of Copy data from one or more tables or views.

    4th screen allows you to pick the source tables and the default for destination will be the same table and schema. If any of the tables have identity columns, you will want to click on the “Edit Mappings…” button and check the “Enable Identity Insert” option. This needs to be done per table.

    5th screen is rather important. As you need to manipulate the data before it can get into the target tables, uncheck Run immediately (unless you feel lucky) and check Save SSIS Package. Save to File System, change package protection level to “Do not save sensitive data”

    6th screen asks where the package should be saved to and what it should be called. I’m naming it so_Araujo and saving it to c:\sandbox\ssishackandslash\ssishackandslash\so_Araujo.dtsx Where and what you call it does not matter, merely make note of where it is.

    Click Finish and review the actions. If there were any errors of the type “Failure inserting into the read-only column” make note as those were most likely missed identity inserts.

    Open Visual Studio, create a new project of type SQL Server Integration Services (under the Business Intelligence section) and then right click on the project (mine’s called SSISHackAndSlash) and select Add, New Item… Select the package you created on the 6th screen and double click to open it.

    The Import/Export wizard does an ungood thing of putting lots of unrelated source & destinations together in a dataflow. Since this is a one-off, I wouldn’t care so much about that vs the speed of letting the GUI add all the tables and wiring them up.

    Now comes the fun of coercing data types into the right type and anything else you need done. You’ll be looking at a combination of Derived Columns Transformations and Data Conversion Transformations and then remapping the column in the destination table. If you have particular issues, sing out. I might have done a bit of SSIS 😉

    An alternative solution would be to use EzAPI to script out the bulk of the data movement and then hand edit the 20% that needs to be massaged.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My Goal: Is to move data from one table to another if the row
I am trying to move an object from one database into another. The mappings
I'm trying to move a database from one SQL Server database running on one
I have to move some data from sql server to access database. In target
I need to move data from a datareader into a Farpoint Spreadsheet component in
I need to move a huge amount of data from a couple tables in
I am trying to move a WordPress installation from one server to another one,
I need to move the data from Oracle to Sybase. I have successfully moved
I need to move or copy a simple text file from one web site
I have some troubles trying to move data from SQL Server 2000 (SP4) to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.