Tagged Questions
0
votes
1answer
91 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
55 views
How to load schema and data for my rails app
How to load schema and data for my production rails app into a different machine.
I would like to converge all migrations done so far into a single migration file and point the new instance to a ...
0
votes
1answer
63 views
sugarCRM migrating Leads module
I am trying to move sugarCRM data (Leads, Opportunities and Applicants, these are modules in sugarCRM) - I have the .csv files. No SQL.its hosted by this company and they won't give me the sql.
the ...
0
votes
0answers
26 views
Is it possible for database migration tools, such as alembic to handle case sensitivity or insensitivity across database engines [closed]
Or it is better to be handled in application development code?
Thanks and best regards,
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
1answer
170 views
create and fill VistaDB database programmatically using c#
Is it possible to create a VistaDB database programmatically using C#. My requirement is that I have a SQL Server database with some thousand rows and I want to programmatically create the same schema ...
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 ...
1
vote
1answer
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 ...
1
vote
1answer
219 views
data migration tool and schema migration tool
Currently we are using Yii framework for web development. However some developer recommended using python. Now we have aournd 90 tables, and are going to support several database systems, such as ...
0
votes
2answers
3k views
Migration Access to SQL server 2012
For an project, I need to migrate an Access database to SQL server 2012 express, I found some ways to do this, like using Microsoft up-sizing, but this question is not very technical but just to find ...
0
votes
1answer
108 views
Create some tool for converting data from one database to another
This is kind of implementation question maybe. I wonder if I where to make a tool to convert some relational database to some other kind of database. What would the approach be?
If I for example want ...
0
votes
2answers
220 views
What is the best practice for data conversion between applications [closed]
I wonder if this might be a too subjective question for stackoverflow but ill give it a go anyway.
Is there a common/best practice for data migration between applications? Lets say I have Application ...
3
votes
1answer
855 views
MySQL data migration
I have a MySQL database with some data.
I have to migrate this data between databases with almost the same tables, but different with table and field names.
The data is the same on both databases, ...
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 ...
0
votes
1answer
76 views
Most efficient procedure for migrating SQL Server Express databases from one location to another
What is the most efficient way to migrate an SQL Server Express database from one server to another? I have several databases that need to be moved, and I want to do as little work as possible and ...
31
votes
4answers
8k views
How do I move a redis database from one server to another?
I currently have a live redis server running on a cloud instance and I want to migrate this redis server to a new cloud instance and use that instance as my new redis server. If it were MySQL, I would ...
0
votes
1answer
98 views
Synchronize two databases with differing levels of normalization
I have two tables. Table A is brand new and relatively normalized. Table B is old and completely breaks all levels of normalization.
I'm creating a brand new system using table A, but table B is ...
1
vote
1answer
2k views
Migrating from PROGRESS to SQL Server 2008 - how?
I'm faced with a task I don't know how to proceed with: migrate a 120 GB database from PROGRESS to SQL Server 2008.
I've quite frankly never even heard of PROGRESS and can't really make much sense of ...
0
votes
2answers
589 views
Migrating a project in asp.net to drupal
I am tryin to rebuild a website designed in asp.net.But,being an informative site it has a lot of content in it which i dnt want to input to the database manually.
can ne1 help me out with any drupal ...
0
votes
1answer
109 views
Are there any guidelines for running a database migration?
I am enhancing an existing web application and I have created a new database schema. So I need to do a database migration that will transfer the data from the old database schema to the new one, and ...
0
votes
1answer
2k views
Data migration from MySQL to HSQL
I was working on migrating data from MYSQL to HSQL. In MYSQL data file, there are plenty of records where date values are set as '0000-00-00' and HSQL database throws below error
"data exception: ...
2
votes
2answers
3k views
How to migrate SQL Server 2008 to MySQL 5.0 programmaticaly?
How to migrate sql server 2008 to my sql 5.0 programmatically?
any link?
EDit:-
Sorry for not asking question properly,See we will be getting sql server backup from client every night,and we have to ...
3
votes
3answers
922 views
Database migrations for SQL Server
I need a database migration framework for SQL Server, capable of managing both schema changes and data migrations.
I guess I am looking for something similar to django's South framework here.
Given ...