server 'name-server-db-server.database.windows.net' is currently unavailable. Please try the connection again later. If the problem persists, please contact customer support and provide the session trace ID '{92C43CCC-E1FB-4795-B77A-E87D035B25B3}'. (Microsoft SQL Server, Error: 40613) ...
从连接对话框的“服务器名称”字段中,输入 admin:<fully_qualified_server_name>(例如,admin:servername.database.windows.net)。 选择“选项” 选择“连接属性”选项卡 在“连接到数据库:”框中,键入数据库的名称 选择“连接” 。如果您收到错误 40613 Database '%.*ls' on server '%.*ls'...
从连接对话框的“服务器名称”字段中,输入 admin:<fully_qualified_server_name>(例如,admin:servername.database.windows.net)。 选择“选项” 选择“连接属性”选项卡 在“连接到数据库:”框中,键入数据库的名称 选择“连接” 。如果您收到错误 40613 Database '%.*ls' on server '%.*ls'...
從[伺服器名稱] 欄位中的 [連線] 對話方塊中,輸入 admin:<fully_qualified_server_name> (例如,admin:servername.database.windows.net)。 選取[選項 >>] 選取[連線屬性] 索引標籤 在[連接到資料庫:] 方塊中,輸入資料庫的名稱 選取Connect。 如果您收到錯誤 40613:Database '%.*ls' on server '...
從[伺服器名稱] 欄位中的 [連線] 對話方塊中,輸入 admin:<fully_qualified_server_name> (例如,admin:servername.database.windows.net)。 選取[選項 >>] 選取[連線屬性] 索引標籤 在[連接到資料庫:] 方塊中,輸入資料庫的名稱 選取Connect。如果您收到錯誤 40613:Database '%.*ls' on server '%...
本文介绍了Cadru.Polly,其中包含处理多个SQL Server瞬时故障的策略。您可以直接使用它,也可以处理文章中描述的瞬时错误号: Exception Handling Strategy Errors Handled SqlServerTransientExceptionHandlingStrategy 40501, 49920, 49919, 49918, 41839, 41325, 41305, 41302, 41301, 40613, 40197, 10936, 10929, 10928,...
完整的错误清单,请查阅MSDN文档,Error Messages (SQL Azure Database)章节。 当使用SQL Azure时为了确定一个异常是否应该当做“瞬态错误”处理,我们应该遵循以下原则: 首先检查异常类型。最需要处理的瞬态异常大多为SqlException类型的。过滤出那些不需要作为瞬态错误的异常,可以根据SqlException.Number属性进行判断。不要尝...
During the migration window, as a first step, I fired the command to take differential backup on the existing server. To my surprise, it throws the following error: Msg 3035, Level 16, State 1, Line 1 Cannot perform a differential backup for database “Mydatabase”, because a current da...
Regarding this issue, our driver does retry on error code 40613 (NetFx | NetCore) so Microsoft.Data.SqlClient should not fail. This error code also applies to Serverless DBs getting resumed, which we support retrying on. Can you confirm with our latest released version if that works for you...
Cora SeQuence addresses the following SQL server errors, which are treated as temporary errors and handled by the retry mechanism. All other SQL server errors generate an error. SQL Server error codesAzure SQL Database error codes -2 10928 -1 10929 233 40197 1205 40501 10053 40613 10054 40627...