the process of moving databases or data from one place to another

learn more… | top users | synonyms

0
votes
1answer
26 views

Migrating a database from SQL Server 2012 to the cloud

I have a sample SQL Server database which is running on my computer. I have a cloud database account on AWS (free account). I want to migrate the database, with all tables, to the cloud. How can I do ...
0
votes
1answer
47 views

Database migration, how to

I have two databases DB1 and DB2. In both databases exists this two tables mo_sms and mt_sms. This is the structure of those tables: CREATE TABLE IF NOT EXISTS `mo_sms` ( `id_MO` int(11) unsigned ...
0
votes
0answers
28 views

tools and ETLs for migrating data benchmarking - from shapefile to SQL SERVER

i need to migrate my shapefiles to my database SQL SERVER, and i don't know what's the best tool or ETLs to choose, i already tried FME Desktop and i succeded to load the shapefiles on my db, but ...
0
votes
1answer
175 views

oracle clob export/import across non linked instances

I'm trying to migrate table data across two instances(different instance schemas, but same table schema) that are not connected(not an option). The problem is that I can not access host file systems ...
0
votes
1answer
150 views

Proper procedure for migrating a MySQL database to another Debian machine?

I have one server running an older Debian version with MySQL 5.x and a newer Debian server, also running MySQL. I've created a backup of all databases on the first server like so: mysqldump -uuser ...
0
votes
0answers
129 views

Migrating from MySQL to Cassandra without DataStax

Currently have a MySQL DB used by a Java app. As we are seeing growth, looking at feasibility of moving to Cassandra and how expensive the move would be. I understand that we will have to heavily ...
0
votes
1answer
75 views

Tutorial for data migration with material [closed]

Looking for material about data migration between two system. The source database has data and need to be transferred to a specific target database. Where can I find the data material? The purpose ...
-1
votes
2answers
95 views

Transferring Data from one table to another [closed]

I would like to know what is the syntax to move existing data from one table to another, for example tblAsset which contains Policy No (INT), PolicyStart(DateTime) and PolicyEnd(DateTime) Fields, I ...

1 2 3