Page 1 of 1

Error: 40613

Posted: Tue 10 Apr 2018 11:05
by alanb632
I've google a bit about this can't seem to find a straight answer. Has anyone got the SQL Error: 40613?
What does this errorcode mean?

Re: Error: 40613

Posted: Thu 12 Apr 2018 12:19
by Stellar
According to the error code, you connect to Azure. The description of the 40613 error from MSDN:
Database <db_name> on server <Azure_instance> is not currently available. Please retry the connection later. If the problem persists, contact customer support, and provide them with the session tracing ID of <session_id>. (Microsoft SQL Server, Error: 40613)

The link to the article at MSDN:
https://docs.microsoft.com/en-us/azure/ ... r-messages

Re: Error: 40613

Posted: Thu 19 Apr 2018 12:22
by Stellar
When executing any SQL expression on the server, SDAC receives a response from the server. If the response contains an error code, then SDAC raises an exception with the error text.
Please specify the circumstances under which you receive the 40613 error.