nbhariyani
Programmer
Hello friends,
I have 1 task in production DB which almost take 6-12 Hours depend on parameters. Which slower down my production DB environment.
My requirement is... I want to do that process to different server or instance and finally dump my result to Production DB. To process data I required 150 tables (some of which may have millions of record).
I have 2 options :
1. Azure Server
2. Another Windows Server
Before starting process I will copy all this Tables from live server to Temp Server. After processing I will take only few thousand of rows to live DB back.
Please suggest me:
1. Which server should I use.
2. which technique should I use to copy data
(using Linked Server direct access to live db and dump data here in local tables.,
or bulk copy
or SSIS)
I have 1 task in production DB which almost take 6-12 Hours depend on parameters. Which slower down my production DB environment.
My requirement is... I want to do that process to different server or instance and finally dump my result to Production DB. To process data I required 150 tables (some of which may have millions of record).
I have 2 options :
1. Azure Server
2. Another Windows Server
Before starting process I will copy all this Tables from live server to Temp Server. After processing I will take only few thousand of rows to live DB back.
Please suggest me:
1. Which server should I use.
2. which technique should I use to copy data
(using Linked Server direct access to live db and dump data here in local tables.,
or bulk copy
or SSIS)