January 29, 2018 at 4:27 am
Hello,
There are millions of records in one database and expecting to migrate records from two or more tables to other database in different domain. What is the fastest way to achieve this migration?
January 29, 2018 at 8:27 am
Why would you migrate only some tables? If you are sharding the DB to give a separate server to certain clients or geographical locations then SSIS is your tool, to define the databases and keep them in sync, assuming you are starting from scratch, then you may want to look at Flyway.
...
January 29, 2018 at 3:11 pm
banda.sai - Monday, January 29, 2018 4:27 AMHello,There are millions of records in one database and expecting to migrate records from two or more tables to other database in different domain. What is the fastest way to achieve this migration?
IMHO, backup and restore.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 31, 2018 at 12:30 am
HappyGeek - Monday, January 29, 2018 8:27 AMWhy would you migrate only some tables? If you are sharding the DB to give a separate server to certain clients or geographical locations then SSIS is your tool, to define the databases and keep them in sync, assuming you are starting from scratch, then you may want to look at Flyway.
Thank you Geek.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply