Hi Thibad -
Based on the information you have provided, it is possible that the issue is related to resource constraints or high concurrency. According to the documentation, the error message "0x80070008" can occur when serverless SQL pool experiences resource constraints, or if there was a transient platform issue.
To troubleshoot this issue, you can try the following steps:
- Check the query complexity and the amount of data scanned. One serverless SQL pool can concurrently handle 1,000 active sessions that are executing lightweight queries, but the numbers will drop if the queries are more complex or scan a larger amount of data. Try reducing the number of queries that execute simultaneously or the query complexity.
- Check if the issue is non-transient or related to high concurrency. If the issue is non-transient or you confirmed the problem isn't related to high concurrency or query complexity, create a support ticket.
- Check if there are any compatibility issues with third-party applications and Azure Synapse Analytics. Sometimes, features and language elements that are commonly used in SQL Server may not be available in Azure Synapse, or they may behave differently.
- Monitor your dedicated SQL pool workload using DMVs. You can use DMVs to monitor active queries and find top 10 queries longest running queries. From the preceding query results, note the Request ID of the query that you would like to investigate. If none of these steps help, please let me know and I will try to provide further assistance.