Hi,
I have a development database with more than 100 tables with plenty of data in it. Data comes to this DEV server from a different source on weekly basis.
Now, it is my responsibility to move data from DEV to Test database for all the tables.
Can you please let me know which is the best way to move data from DEV database in server A into Test Database in Server B.
The data is going to be same - No changes or transformations. The data is going to be the same.
SSIS packages are good? Or any other simple ways so that on weekly basis, data will be moved?
Thanks in advance for your input.