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.
0
votes
0answers
27 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
15 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
20 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
19 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 ...
0
votes
1answer
50 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 ...
0
votes
1answer
85 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
0answers
13 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
55 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
25 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
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, ...
0
votes
1answer
30 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
33 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 ...
1
vote
2answers
52 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 ...
0
votes
2answers
49 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 ...
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 ...
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
205 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 ...
0
votes
1answer
53 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 ...
0
votes
0answers
57 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?
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 ...
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 ...
1
vote
2answers
82 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 ...
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 ...
2
votes
1answer
207 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
78 views
undefined method `confirmable'
I am getting the following error when rake db:migrate is run:
undefined method `confirmable' for #<ActiveRecord::ConnectionAdapters::Table:0x6d448e8>
...
-2
votes
1answer
68 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
123 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
1answer
95 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...
...
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 ...
2
votes
1answer
91 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 ...
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 ...
0
votes
2answers
87 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
107 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 ...
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 ...
2
votes
1answer
181 views
How to migrate single-token cluster to a new vnodes cluster without downtime?
We have Cassandra cluster with single token per node, total 22 nodes, average load per node is 500Gb. It has SimpleStrategy for the main keyspace and SimpleSnitch.
We need to migrate all data to the ...
2
votes
1answer
183 views
Run from command line SSIS package generated with Import wizard
With the Import wizard from SQL Server 2008 R2 I created a dtsx package to extract data from an Oracle database to SQL server. In the wizard steps, I edited the SQL Script command in order to create ...
0
votes
3answers
52 views
Joomla to Wordpress migration from HTML files
I know there exists tools that migrates Joomla to Wordpress at database level. But my problem is I don't have access to Joomla database anymore. I only have whole Joomla! 1.0.x site's local copy which ...
-1
votes
1answer
22 views
How to Make Critera for Data migration
Goal:
Load the destination table c with data from table a and b.
Problem:
I have two tables, a and b with that need to be migrated into same table c.
Need to load one table at a time. When ...
0
votes
1answer
48 views
how to make changes in another Database
We have some hundreds of tables that contain thousands of records in an Oracle database. Now we are going to install a cloud database for Oracle which will contain all the tables in Oracle. Now if we ...
-1
votes
1answer
33 views
Looking for an alternative to SSMA [closed]
I'm looking an alternative to SSMA, perhaps some tool able to change the data before to me migrated, could you please suggest one?
0
votes
3answers
191 views
How to import part of xml to mysql table?
I'd like to import some of the items in an large xml file to mysql table. Lets say the xml contains thousands of items like:
<CD>
<TITLE>Empire Burlesque</TITLE>
<ARTIST>Bob ...
1
vote
1answer
91 views
Database mapping tools for MySQL in order to help migrate from one db to another?
I need to migrate WordPress data from one database to another the catch is, some of the information needs to change values. For example I have a meta_key table and I need to change all values "xyz" to ...
0
votes
1answer
155 views
Incorporate data migrations with SSDT publish?
Is there a systematic way to incorporate data migration scripts with an SSDT publish?
For instance, deploying a new feature that requires a new permission be added to the database in the form of a ...
4
votes
2answers
115 views
Are EF code-first models intended to fully describe a database's structure?
I'm a little confused as to the purpose of a data model in Entity Framework code-first. Because EF will auto-generate a database from scratch for you if it doesn't already exist using nothing more ...
3
votes
1answer
316 views
SSIS Truncate/Delete all rows and Reinsert versus Insert/Update the delta
I need to write a SSIS package to import data from approximately 1400 tables each containing several millions of records from Oracle to SQL Server every after 15 days. Which approach is recommended:
...
1
vote
1answer
61 views
Google App Engine Datastore Admin is disabled due to application hidden by an alias
Recently I migrated my application to the High-Replication datastore using the migration tool.
The Datastore Admin page now isnt diplaying correctly:
Error: Server Error
The server encountered an ...



