Data Migration is the movement of data from one location to another and can happen in many forms and many systems. One example of data migration is copying data from one database to another.

learn more… | top users | synonyms

0
votes
0answers
28 views

Import and export wizard error in sql server 2008r2

I am getting this error when i am trying to import data from tally erp9.0 using import and export wizard in management studio 2008.
0
votes
0answers
16 views

Software to export data in sql statement?

Is there any open source software that allows you to export data from tables of (any type of) database to SQL statements? I know that SQL server's management studio has this as built-in function, and ...
0
votes
1answer
22 views

How to Copy Data From Local Postgres DB to Heroku PostgresDB

I have a local (dev) database that I just populated with data by importing a .csv file. I have an empty (prod) remote database on Heroku that I would like to populate with the same data. Both ...
0
votes
0answers
20 views

RDS MySQL Data to a Flat File to Reload in another MySQL - Std CLI Not Working

To establish precident I reviewed the following: Amazon-RDS database to Dedicated server Mysqldump of the AWS RDS I have not however found a clear cut solution to my issues in these, and only ...
1
vote
2answers
88 views

How to Data migration from VirtueMart 1.1.x to VirtueMart 2.5.x?

How to Data migration from VirtueMart 1.1.x to VirtueMart 2.5.x ? I need to Migrate/update website with data and database from virtuemart 1 to virtuemart 2? vm1 to vm2 so, How can do easily ? Help ...
0
votes
1answer
51 views

Data Migration from SQL Server to mongodb Using C#

I want to migrate my tables from SQL Server to MongoDB. I use below code and it is working fine: string strQueryInline = "select * from "+ddl_table.SelectedValue +""; SqlDataAdapter adpt = new ...
1
vote
3answers
506 views

How do you correctly update a model in Xcode4 without corrupting it?

I never had any problems with Xcode3, but with Xcode4 I'm getting Apple's code failing approx 1 time in 3 when I update a core data model, with the dreaded "Persistent store migration failed, missing ...
0
votes
1answer
24 views

django-sitetree how to migrate data to production server

I'm using south to migrate schemes to production. Also I'm using the django-sitetree module to show the menu in my site. There is no problem with schema migration by using commands: ./manage.py ...
1
vote
2answers
2k views

Migrating products data from opencart to magento

I have a opencart based shopping cart site.. Now I would like to convert it into a magento site.. I've done a fresh magento installation. Now i need to migrate the data from my opencart database ...
0
votes
1answer
92 views

Opening Paradox database; 'PDOXUSRS.NET' workaround?

I am writing a new version of an application that has been written by someone else. The old version uses a Paradox database while my new version uses an SQLite database, which is already implemented ...
0
votes
1answer
44 views

What is the best way to migrate online application to offline

I have a certain online application that generates reports(and prints them) based on some repository of information. Now I would like to make an offline application which is provides the same ...
0
votes
0answers
14 views

How to break folder structure into Properties, Columns and Metadata in SharePoint?

How to break folder structure into Properties, Columns and Metadata in SharePoint(2010/2013)? How do we decide whether to use metadata, properties or folders. Please give insights on what should be ...
0
votes
1answer
58 views

DB2 migrating data to new schema

We have a schema in DB2 database with around 700 tables - requirement is to migrate data from these tables to tables in a new schema (in same DB), tables in both the schema have almost the same names. ...
0
votes
1answer
26 views

Mapping multiple email recipients to MSCRM 2011 with ETL software using MSCRM API

I am using Starfish ETL to map the "to" destination field that is "partylist" type. What does partylist mean? By default, it is the "to" destination field that is mapped with the default map they ...
0
votes
1answer
18 views

Looking for tool to convert data to documents

I am migrating data from Oracle to Sql Server using SSIS. Easy peasy! However, part of the requirement is for certain historic forms to be extracted from the ORacle source DB and then converted into ...
0
votes
0answers
15 views

Data Migration types

I am planning to merge two old databases and create one big datawarehouse. One of my colleagues told me that there are different type of data migration approaches. Forward Migration Reverse ...
1
vote
2answers
53 views

Joining two tables in a complex query (not uniform data)

I need to connect two tables in a query that I will use to insert data to third table (used in the future to join the two). I will mention only relevant columns in these tables. PostgreSQL version ...
2
votes
1answer
93 views

Sharepoint 2007 List migration with large size data

We have a sharepoint 2007 list with attachments and its size is more than 7 GB. We tried to save it as a template [with content] and migrate it to sharepoint 2010 environment. But the template ...
-1
votes
0answers
13 views

Design decompotabilities and evolution [closed]

As the diagram shows, the company currently operates using two systems, one for loans and one for insurance sales. The systems were originally completely independent, but at some time in the past, ...
1
vote
1answer
325 views

ORMLite database update

According to a previous question that I've asked (see this), dropping and re-creating tables is not going to work very well if I make changes and add new data once I've distributed the app, because ...
0
votes
1answer
31 views

MySQL Workbench Database Migration - data truncates after apostrophe

I'm using MySQL Workbench Data Migration Wizard to migrate an MS SQL Server R2 database to MySQL database. The schema and data are migrating properly but for the fields having apostrophe, the data ...
1
vote
1answer
34 views

SSIS prefilter records before extraction

I have to migrate records from a table in Oracle to SQL Server 2008 R2. I already designed the solution that allows me to move the data and save a copy of the migrated IDs into a stage table. Thanks ...
0
votes
2answers
51 views

PGSQL - Joining two tables on complicated condition

I got stuck during database migration on PostgreSQL and need your help. I have two tables that I need to join: drzewa_mateczne.migracja (data I need to migrate) and ibl_as.t_adres_lesny (dictionary I ...
4
votes
2answers
626 views

Updating 4 million records in SQL server using list of record-ids as input

During a migration project, I'm faced with an update of 4 millions records in our SQL Server. The update is very simple ; a boolean field needs to be set to true/1 and the input I have is a list of ...
1
vote
1answer
96 views

SQL query to retrieve the values I want, stored into a single row

I'm 'trying' to migrate from Goldmine 5.5 to MCRM 2011 using Starfish ETL. The problem is that their is a table Mailbox into Goldmine database... ...
0
votes
1answer
36 views

Algorithm to migrate database records

I need to migrate 200'000 records from one database (oracle) to another (SQL Server). I will manage the migration with SSIS (SQL Server Integration Services) and I already created the package. The ...
6
votes
2answers
8k views

Exporting from SQLite to SQL Server

Is there a tool to migrate an SQLite database to SQL Server (both the structure and data)?
0
votes
1answer
54 views

SSIS - Imported string fields from Oracle are converted into wrong/bad charaters

Using SQL Server Integration Services (SSIS) I am migration a table from Oracle (11g) to SQL Server 2008 R2. The table's fields are int, string (data type Unicode strings [DT_WSTR]) and blob type ...
8
votes
15answers
3k views

Tool to migrate data between different DBMS

Are there some tools (free preferentially) to migrate data between different DBMS (like from MySQL to Firebird, or SQL Server to SQLite etc.)? Edit: I want specifically to migrate from Firebird ...
0
votes
1answer
44 views

Skip core data migration

I've done a lot of changes to my core data model. In the past we used the simple automatic migration. However this will fail this time. Since I really don't care about the data being migrated I just ...
4
votes
5answers
206 views

What is the fastest way to get 1,000,000 lines of fixed width text into a SQL Server database?

I have a file with about 1,000,000 lines of fixed width data in it. I can read it, parse it, do all that. What I don't know is the best way to put it into a SQL Server database programmatically. I ...
0
votes
0answers
56 views

SQL Server 2012 - Data Migration to a database with modified schema

We have a database in production running on SQL Server 2012, the database was copied and then changes were made to the schema, structure, relationships during further development of our application ...
2
votes
2answers
147 views

Migrating RMS to RDB

We're approaching the migration of legacy OpenVMS RMS files into relational database (both MS SQL 2012 and Oracle 10g are available). I wonder if there are: Tools to retrieve schema of indexed files ...
0
votes
0answers
58 views

Data Migration from one table to another with different schemas [closed]

What is the best way of passing batches of data from a table into a stored Procedure?
2
votes
3answers
1k views

Databases: Migrate data between MS Access DB and MYSQL

I have 2 databases, one is MS Access DB from an old website, and the other one is MYSQL from the new Joomla+VirtueMart based website. I need to migrate existing products from MS Access to MYSQL. I ...
0
votes
1answer
50 views

transfer data between as400 and Oracle

I need to transfer huge amount of data from AS400 to Oracle db. I think to write a java code but I have not developed java for a long time. I think I need to use AS400 and Oracle jdbc drivers at the ...
2
votes
1answer
219 views

ODBC Connection Issues: Function Sequence error when executing anything

I've been tasked with a one time migration from a 4D database to our MSSQL structure. I've got a datasource set up in the ODBC administrator and I was able to connect to it without issues. I ...
0
votes
0answers
25 views

Manually importing a list before migration, issues with some characters

In my old CRM, I have a list of 400 events that I would like to import manually into MCRM. The list is alredy done, I imported it well into MCRM. After that, I use my ETL sowtware to map this lookup ...
-2
votes
1answer
80 views

undefined method `confirmable'

I am getting the following error when rake db:migrate is run: undefined method `confirmable' for #<ActiveRecord::ConnectionAdapters::Table:0x6d448e8> ...
1
vote
0answers
127 views

Talend internal variables

I am doing a data migration project in Talend and for one of the tasks i need to process a big table with many columns and map the (old) data to a different value for the new model. I have a unique ...
4
votes
2answers
512 views

subversion : Moving a particular repository content to another repository (Finally i have to delete old reopository for security reasons)

I want to keep a particular folder with all revisions before deleting the current repository from my system for security reasons (means i don't want other informations of the repository, but a ...
-2
votes
1answer
70 views

Dynamics CRM: Carry Notes from Leads to Opportunity [closed]

I am developing some functions on Microsoft Dynamics CRM. Currently while converting data from Leads to Opportunity, Notes could not be carried between two entities. Can someone help me with this? ...
1
vote
0answers
43 views

SQL Server Migration Assistant for Access and password protected source [closed]

Does anyone know if it is possible to have the SQL Server Migration Assistant for Access read from a password protected Access database? The wizard offers no option to provide a password. I tried to ...
0
votes
2answers
89 views

ETL Software, can't retrieve owner of a contact

First question, with my ETL software, I could map all GM contact fields and migrate them to MCRM contact entity. The only field I can't is the owner (the owner is then always the creator of the ...
0
votes
1answer
109 views

Data Migration from Java Hibernate SQL Server to Python Mongo Stack

I have one live website with multiple active users(around 30K) and each of them have their own configuration to render there homepages. The current stack of the portal is Java Spring Hibernate with ...
40
votes
5answers
32k views

SVN copy between repositories with history

One of my teammates has asked if it is possible to export from one SVN to another, all while maintaining history. To me, this seems like it would be a common request. So: Is it possible to migrate ...
0
votes
1answer
111 views

Grails: Hibernate and Data migrations

I have a domain class that is for a customer. I have had to change to domain class recently because we were gathering a billing address and a shipping address, but were only recording one zip code ...
2
votes
4answers
3k views

Completely copying a postgres table with SQL

DISCLAIMER: This question is similar to the stack overflow question here, but none of those answers work for my problem, as I will explain later. I'm trying to copy a large table (~40M rows, 100+ ...
0
votes
1answer
258 views

correct way to migrate a sybase database to new hardware

I have a small Sybase ASE 15 database on a box that is scheduled to be de-commissioned. What is the best way to "clone" or "transfer" my database to the new box? I tried to use the migration utility ...
0
votes
0answers
11 views

Mediater for Datamigration from one form of DB to another form

We want to Migrate clients huge database. We are getting an input in xls format and we wants to migrate those into oracle database. One row represents information about one object. So, for this ...

1 2 3 4 5 9