im using sql azure to analyze data in large tables (130 million records).
The problem is that when I try to run a query (which locally takes, for example, 12 hours) on azure, I get an error message:
Timed out. The wait period expires before the operation is completed or the server is not responding.
Is there a way to prevent it from happening and run lengthy SQL queries on azure?
source share