Tagged Questions
2
votes
2answers
135 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 ...
1
vote
1answer
85 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
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
37 views
mongify embed error
I'm trying to migrate my database from MySQL to mongodb.
After a long search I decided to use mongify.
It works perfectly, but when I try to embed table it doesn't do anything, it doesn't even import ...
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,
1
vote
1answer
146 views
Data Migration Frameworks/Libraries in Java [closed]
I am searching for a framework or library in Java that can handle data migrations. Something along these lines:
You create a migration file that has up and down statements/methods that do actual ...
1
vote
1answer
109 views
Facebook Built-in Likes and Like Migration [closed]
I'm wondering if any of the old Like button coding will be depreciated, I can't really understand the english used on the facebook developer site. But from what I think I'm reading I don't think that ...
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
809 views
django+south: migrate command doesn't create table in the database
I have a strnage problem.
My django project has myapp module/application. My project uses south to do the schema migrations.
On localhost i have run ./manage.py schemamigration myapp --initial, then i ...
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 ...
1
vote
2answers
181 views
Legacy MySQL database mapping to a good .NET ORM for system migration
This is quite a long one, but I'd very much appreciate your thoughts and suggestions.
We are busy rebuilding a legacy system which was written in PHP and MySQL and replacing its components with ...
1
vote
1answer
202 views
Cassandra schema from 0.7 to 1.0
I have a 0.7 cassandra working cluster. I've created a new empty cluster with cassandra 1.0 and I'd like to "import" the schema of a keyspace in the 0.7 cluster (made of more than 40 CFs) -- I'd like ...
0
votes
1answer
62 views
Which is the optimal way to add lots of data to an existing database in Rails?
I have a database with a table that consists of 65k+ entries, which is used in my production Rails app, and I want to add some 40k+ more rows from a CSV file I have, ensuring that the data gets into:
...
1
vote
1answer
881 views
Data Migration from a custom database to Drupal 7
I am still exploring the topic of migration and would like to know what are the best methods to migrate from a custom written PHP/MySQL system to Drupal 7.
The data that needs to be migrated is in ...
0
votes
1answer
78 views
Difficulty with filename and filemime when using Migrate module
I am using the Drupal 7 Migrate module to create a series of nodes from JPG and EPS files. I can get them to import just fine. But I notice that when I am done importing them if I look at the nodes it ...
3
votes
1answer
857 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 ...
4
votes
1answer
811 views
Migrate data from one Model to another with Django South
I currently have a structure that needs to be rewritten in order to cope with Django-CMS
Currently the setup is as follows
class Video(models.Model):
#embed_code_or_url = ...
1
vote
1answer
1k views
How to do a data migration in Yii
Inserting and changing the table structure is no problem, but what if i want to change the data inside a table/model. The idea is to do something like:
public function up()
{
$models = ...
0
votes
1answer
246 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 ...
2
votes
3answers
12k views
SQL Server String or binary data would be truncated
I am involved in a data migration project. I am getting the following error when I try to insert data from one table into another table (SQL 2005):
Msg 8152, Level 16, State 13, Line 1
String or ...
1
vote
1answer
444 views
Migrating from HSQL to MySQL
I see a lot of questions about moving from MySQL to HSQL but none about doing the reverse.
I have the .script file, and everything else. I just need to cleanly import that into a MySQL database. ...
3
votes
2answers
1k views
Rails 3: Migrate data
My Rails 3 app has a User model and a Profile model. A User has_one Profile.
Currently the Profile has attributes first_name and last_name. While I'm not sure why you might want to change them, I ...
6
votes
3answers
2k views
Manually editing database in code first entity framework
I have been trying out EF 4.1 (code first) with MVC 3. I am thinking ahead to when the application will need changes. I tested a couple of scenarios. I like the idea of manually editing the database ...
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
833 views
Any ideas how to compare two SQL DDL and create alter/delete/create script with keeping DB data?
Can you suggest any ideas how to compare two SQL DDL scripts and create alter/delete/create SQL script keeping the current DB data?
I tried SQLAlchemy-migration and it requires to do python ...
0
votes
2answers
590 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
169 views
html 2 yaml tool
We need to put some html as part of a yaml migration file for CakePHP. Is there anything out there that people use for this?
Thanks.
11
votes
3answers
2k views
Is it worth using sqlalchemy-migrate?
I have a web application using sqlalchemy (within Pylons). I need to effiently change the schema to be able to change the production version at least on a daily basis, maybe more, without loosing the ...
0
votes
1answer
156 views
Simple database migration error in Rails
I am not able to create database columns when i use t.string or t.number.
When i did rake db:migrate i got this
C:\Ruby\joker\chapter3>rake db:migrate
(in C:/Ruby/joker/chapter3)
== ...
0
votes
2answers
319 views
Where should I put a CSV file that I'm using to perform a data migration?
This may well be a duplicate, but I couldn't find anyone asking quite this question.
My understanding* is that if I want to migrate data from an outside source to my Rails app's database, I should do ...
4
votes
2answers
2k views
What is the most efficient way to restore multiple databases in SQL 2008
I'm in the process of doing a large scale server migration, as such I have to move 50+ SQL 2005 databases to a new SQL 2008 server installation.
The DB guys have only given me a backup of each ...
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 ...
0
votes
1answer
172 views
Should I be updating database information in a migration?
I've been working on a rails project, in which I need to firstly seed the database and then update the data periodically.
The unfortunate problem is that I seem to want to update the same set of data ...
4
votes
1answer
3k views
Migrating Maintenance Plan from One Sql Server 2008 Instance to Another [closed]
I have an extensive maintenence plan on one sql server 2008 instance that I wish to move to 4 other instances. What is the best way to do this other than rebuilding it on each server?
Thanks
17
votes
9answers
8k views
FluentMigrator tutorials
Are there any tutorials for FluentMigrator? Some "Getting Started..." tutorial would be just awesome. All I was able to find was FluentMigrator.Tests (unit tests), inside FluentMigrator source, which ...
3
votes
3answers
927 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 ...
0
votes
1answer
78 views
Migrating a Large amount of data from old publishing site to new site
I am currently in the process of creating a new news/publishing site on the Movable Type platform. There are around 20 or so sites with 20,000+ rows of data to be moved/aggregated to ~8 sites (we have ...
0
votes
1answer
259 views
Migrating data from SQL Server to mysql using inserts
I am trying to migrate data from SQL Server to mysql, and i'd like to do that using insert-statements, so i modified this nice script by Narayana Vyas Kondreddi to generate
mysql-friendly code and ...
0
votes
2answers
134 views
What is the best way to organize file version migration code?
I'm writing a plug-in for another program through an API. To save it's current state, my plugin stores an instance of a Project object to the file by serializing it to XML and storing it in a user ...
0
votes
2answers
411 views
how to migrate from biztalk 2002 to biztalk 2006 R2
i would like to have step by step instructions on how to migrate from biztalk 2002 to biztalk 2006 R2.
0
votes
1answer
258 views
django south ValueError: “you cannot instantiate a stub model”
so i'm trying to do a data migration where i take the "listings" from a realestate app into a new "listings" app that i've created.
i did startmigration like this:
python manage.py startmigration ...
-1
votes
1answer
393 views
Upgrading SQL Server 2000 to MySQL 5.1 using DTS - How solve DateTime problem?
I'm trying to migrate from sql server 2000 to mysql by using DTS. That's the best tool I know yet.
But one a sql server tables has a column with datetime type, the DTS suggest the following sql code:
...
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 ...

