Hello friends,
Hopefully I can get some satisfactory and correct solutions in term of Azure SQL insertion/updating queries. Let me explain my points first so that you can
have a better idea to response –
We are moving to SQL server 2008 to Azure SQL so doing some patch or required process but recently got some odd result. Since our main table having approx.
26 million data that used to be update or insert on regular basis so the same we tried to do in Azure SQL. But each time Azure SQL used throw some tcp or time out exception, seems like unable to process large data.
I tried to do some googling but didn't get any satisfactory
response; no doubt there are few options such as batch processing, SSIS, BCP or API etc. but these don’t fulfill my requirement. I need
to run couple of queries with large data (for example 10 lakh) in one sequence either insert or update.
Can anybody suggests the best way to achieve in Azure SQL or is there any limitation?
Regards
Rajendra