Timeout restoring bacpac file

GCoelho 25 Reputation points
2023-01-12T01:20:54.5666667+00:00

Hi,

I'm trying to restore a SQL Server Azure database backup, but I always get an error message at the end of the process indicating that there was a timeout: Error SQL 72014 , execution timeout expired. This way I can't restore the BACPAC file. The error always occurs when trying to restore triggers or stored procedures.

Any suggestions on how I should proceed ? lkSem título

Thank you

Azure SQL Database
{count} votes

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-01-12T13:29:05.74+00:00

    If you are trying to restore the bacpac on Azure please try uploading the bacpac to storage account and then import it using Azure portal, and do not use SSMS for that operation.

    If you are trying to restore an Azure SQL bacpac on a SQL Server on-premise or installed on a virtual machine, try upgrading the SQL Server instance to SQL 2022 and upgrade SSMS. to v19 then import again. You can also try using SqlPackage utility instead of SSMS.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.