Executing a Long-Running Stored Procedure in Azure SQL Server with Spring Boot
I need to run a stored procedure on my Azure SQL Server that takes about 20 minutes to complete. Normally, I use Spring to perform this kind of operation:
I need to run a stored procedure on my Azure SQL Server that takes about 20 minutes to complete. Normally, I use Spring to perform this kind of operation: