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

4
votes
1answer
167 views

Complex data migration in the Data-tier Application Framework (DAC Fx)

I am excited to make the leap to using DAC Fx and declarative database development. The major obstacle for me is how to handle complex data migrations across several different versions of the schema. ...
4
votes
1answer
180 views

Visual Server Database Project data motion scripts run on databases at different versions

We have been using Visual Studio Database projects to maintain the current schema of the project which has worked well for us in regards to getting the database schema onto new development machines ...
3
votes
1answer
556 views

Spring Batch: migrating 1 to n relationship where n is potentially huge

I am experienced with Spring, but new to Spring Batch. Now I have the task to migrate a data structure from a simple structure in one database to a complexer one in the other. The data structure ...
2
votes
1answer
76 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 ...
2
votes
1answer
458 views

Migrate MS Access DB to SQL Server Compact Edition

I have a MS Access DB and I need to migrate it to SQL Server Compact Edition. Is there any migration tool for doing it? I need to migrate DB structure and data. Thanks
1
vote
1answer
111 views

Migrate a legacy DB to Django, with image files

I have a SQL dump of a legacy DB, and a folder with images, and those are referenced by some rows of certain tables, and I need to migrate that data to the new Django models. The specific problem is ...
1
vote
1answer
78 views

Database migrations for MS Access

There are a lot of database migration tools available for Ruby, .NET, SQL Server, etc. Is there anything good for Access/VBA? I've had to roll my own a few times, but I'd really like to offload that ...
1
vote
1answer
161 views

What are some steps to create a mobile web version of website?

I have built a website with asp.net jquery sql server 2008.Now i want to build a mobile version of it(web,accessible via the browser).Do i have to to migrate data to the cloud?if i build in .NET ...
1
vote
1answer
184 views

Web Application deployment and database/runtime data management

I have decided to finally nail down my team's deployment processes, soup-to-nuts. The last remaining pain point for us is managing database and runtime data migration/management. Here are two ...
1
vote
1answer
207 views

iPhone CoreData migration of data only

I have an iPhone application that uses CoreData for storage. The persistent store (an sqlite3 database) is shipped with several of its entities populated with data. These data are used to create ...
1
vote
1answer
838 views

Problem using HSQLDB Transfer Tool with MySQL

I am trying to use the HSQLDB transfer tool to migrate a Database from MySQL. The tool is able to get the tables from the source MySQL database, however when I "start the transfer" I get the error,as ...
0
votes
1answer
16 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
1answer
19 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 ...
0
votes
1answer
96 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 ...
0
votes
1answer
113 views

rename attribute value in foreach if multiple values exist same php magento

Hi i have a script which fetch all product data from magento , there is one problem occur which is there are some products whose name is same but sku is different , i want to append product name who ...
0
votes
1answer
59 views

MS Access database with no relations

Can anyone recommend a tool or suggest the approach when dealing with MS Access database with no relationships between tables? As part of data migration project I am creating data mapping definition ...
0
votes
1answer
92 views

Mix asp.net with Php login / registration form

Am trying to convert a php website to asp.net but I am having an issue moving the already registered users(php/mysql) to asp.net since the passwords are salted in php. I am planning on mixing the ...
0
votes
1answer
120 views

Migrate login details from php/mysql to asp/sqlserver

I have a website in php which I have converted all the pages to .aspx but the website has login/signup pages. I`d like to know how I could transfer the already existing login details to an sql server ...
0
votes
1answer
93 views

Add-Migration makes a mistake - wrong constraint column name?

I'm trying to create a database migration by PM> Add-Migration ... PM> Update-Database ... but all I get is an error message telling me that an invalid column is referenced. It gets clear ...
2
votes
0answers
100 views

Checksum Validation after migration from Oracle to SQL Server

I am migrating a large database from oracle 11g to SQL SERVER 2008R2 using SSIS. How can the data integrity can be validated for numeric data using checksum?
2
votes
0answers
239 views

Entity Framework 4.3 data migrations: non-existing database

I want to handle such situation: I have an existing model (e.g. version 1.0); I've added several data migrations and run them one-by-one consequentially; for some reasons the existing database has ...
2
votes
0answers
433 views

“no such column” error when running a data migration with django-south

I've imported some metrics events into a Django project. Next, I grouped the Events into Sessions, defined as a series of contiguous events within a given time window. My models.py looks like this: ...
1
vote
0answers
89 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 ...
1
vote
0answers
84 views

Exporting SQL Server to Google Cloud SQL

Anyone know how to export data to Google cloud SQL from a SQL Server database? The google documentation only gives an example for mySQL using mysqldump. I have looked for a similar program for SQL ...
1
vote
0answers
56 views

Tips on asp.net data updates and third party framework

I am supposed to create an data transfer utility that is to take data from an external source. in this case it's another database, and import/update data into an asp.net website database. Now, the ...
0
votes
0answers
7 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 ...
0
votes
0answers
39 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 ...
0
votes
0answers
24 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 ...
0
votes
0answers
52 views

The best way to migrate/move GitHub repository (without 404 for old URL)

I know that GitHub has simple UI function to rename, but then for old URL user may get 404 Page notfound (Octocat in StarWars invironment). What I did, was: I have GitHub repository ...
0
votes
0answers
10 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 ...
0
votes
0answers
122 views

Unable to migrate stored procedure and triggers from SQL Server to Mysql

I am trying to migrate a single stored procedure along with several triggers from SQL SERVER to MySql. I tried it through the Mysql workbench wizard and it seems to only migrate over the tables from ...
0
votes
0answers
89 views

Product data migration Magento

Hi i have prepare a script with which i have got a product *data* of single *product* by passing static product id, but i need to migrate all products data <?php @ob_start(); @session_start(); ...
0
votes
0answers
30 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
62 views

Data Migration - What is the proper way to compare a SELECT COUNT statement when JUNIT Testing

I keep getting assertion errors when I send this QUERY to the database even though when I manually enter in the query into both databases it returns the correct data. CAN YOUR TELL ME HOW I SHOULD BE ...
0
votes
0answers
91 views

Which assert* to use with comparing SELECT statements from MYSQL and MSSQL pre-migration

I keep getting assertion errors when I send this QUERY to the database even though when I manually enter in the query into both databases it return the correct data. The only difference is the ...
0
votes
0answers
136 views

Data Migration; JUnit testing repeatedly failing test for INSERT sql statement

I CANNOT get this JUnit Test to pass for the life of me. Can somebody point out where this has gone wrong. I am doing a data migration(MSSQL SERVER 2005), but I have the sourceDBUrl and the ...
0
votes
0answers
22 views

The String QUERY_EVALUATIONEXPRESSION is not using the local variable

In my code where the QUERY_EVALUATIONEXPRESSION is made. It says that the local variable is not being read. and this is indeed the problem, because when I change the variabel name to any arbitrary ...
0
votes
0answers
32 views

Identifying The Current Path Directory Opened

I was just thinking and something came up in my mind for the project am currently doing! Basically i thought of transferring files to an android phone based on the camera click. Suppose i want to ...
0
votes
0answers
155 views

Error dealing with foreign key constraint

I'm currently having a Foreign Key issue with a project I'm working on. I'm using Entity Code First to create my DB. Here is what I have thus far. Tables Units: Id, ... Category: Id, ... ...
0
votes
0answers
45 views

how to insert the japanse unicode character inot mysql

Q : how to insert the japanse unicode characters into mysql tbls? I'm migrating the database from mssql to mysql. At Mssql db, there are japanse unicode. when I migrated those jp unicode from mssql ...
0
votes
0answers
75 views

importing data into Bento 4 & HanDbase

Those who have worked with Bento 4 or HanDBase before, I'm wondering if I can import data from access database(.accdb) into these 2 databases?,any solution or idea to solve this problem would be ...
0
votes
0answers
168 views

migrating data from MySQL To Oracle using PHP

This Question is not a code based question its rather a theoretical one, We have 2 things running, an oracle database server running at our home office, and a php MySQL website hosted on goDaddy, now ...
0
votes
0answers
102 views

How to import data from mysql to hsql?

How can i import database from mysql to hsql, i have seen razorsql tool for importing but i am getting some strange error when i try to import that using sql or as a csv is there any ...
0
votes
0answers
285 views

OracleBulkCopy in ODP.NET does not work when Oracle column name has spaces

I am using OracleBulkCopy class to move data to Oracle Server from a C# DataTable. Things are fine as long as the column name in Oracle does not have a space in it. (The column name in the datatable ...
0
votes
0answers
91 views

How to migrate partial data to another database

This is my first time facing this problem and I'm not really sure how to pursue it. We've got a site with information on a couple hundred doctors and I need to move all the 'doctors' from one mySQL ...
0
votes
0answers
40 views

Transfer Specific DB Data to another DB with related tables

I have a scenario where we want to be able to select a certain record in a table, let's call it "Process", and then move this record and everything related to it to another database. So Process is ...
0
votes
0answers
108 views

Can I automate the migration of a static HTML site to WordPress?

I have recently started on a project that is a redesign of a static HTML website. The previous site was handmade in Dreamweaver, and I don't think templates were used at all. The old site has quite ...
0
votes
0answers
223 views

Issues migrating from Oracle to Sql server 2008

We are migrating a Oracle database to SQL Server 2008 In Oracle I got a number column for identitying boolean types, eg col name is IsInd In the C# code I have defined a property like public int ...
0
votes
0answers
104 views

Rails database corrupted when refactoring

I was trying to rename a model and corresponding table manually (I don't know of any other way) by replace all. It seems that I also made changes in test and development databases, and thus my ...
0
votes
0answers
80 views

Magento OSC Tool dies while syncing database

I am trying to migrate plus 20k users and purchase orders into our new Magento setup, I have succeeded in importing all of our products and groups through the OSC Migration Tool already. The OSC tool ...

1 2