Top "Data-migration" questions

Data Migration is the movement of data from one location to another and can happen in many forms and many systems.

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 …

sql-server tsql sql-server-2005 migration data-migration
Exporting data In SQL Server as INSERT INTO

I am using SQL Server 2008 Management Studio and have a table I want to migrate to a different db server. …

sql sql-server insert data-migration
What is the exact location of MySQL database tables in XAMPP folder?

I have a MySQL database and I want to know the exact location where this data actually stored in the …

mysql database data-migration
How to move Jenkins from one PC to another

I am currently using Jenkins on my development PC. I installed it on my development PC, because I had limited …

jenkins data-migration
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 …

database redis data-migration database-migration
How to group by week in MySQL?

Oracle's table server offers a built-in function, TRUNC(timestamp,'DY'). This function converts any timestamp to midnight on the previous …

mysql datetime group-by data-migration dayofweek
Completely copying a postgres table with SQL

DISCLAIMER: This question is similar to the stack overflow question here, but none of those answers work for my problem, …

sql postgresql data-migration
SQL Server Copying tables from one database to another

I have two databases, one is called Natalie_playground and one is called LiveDB. Since I want to practice insert, …

sql sql-server data-migration
Exporting from SQLite to SQL Server

Is there a tool to migrate an SQLite database to SQL Server (both the structure and data)?

sql-server database sqlite data-migration
SVN copy between repositories with history

One of my teammates has asked if it is possible to export from one SVN to another, all while maintaining …

svn version-control data-migration