[Q]
App Service で下記のエラーメッセージが記録されていました。何を調べれば良いでしょうか?
System.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
[A]
上記のエラーメッセージは、リモートホスト = 接続先の SQL Server によって強制的に接続が閉じられたことを示しています。その場合、接続先 SQL Server の再起動、フェールオーバー (別ノードへの移動)、または SQL Server 側でサーバープロセスが Kill されたなど、接続先の SQL Server 側の動作・操作により接続が閉じられた可能性があります。問題の事象の詳細に関しましては、SQL Server の観点からの調査について、サポートまでお問い合わせください。
[参考情報]
Error : A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/b9090abf-bbf6-42df-83f5-d608ba8f8d19/error-a-transportlevel-error-has-occurred-when-sending-the-request-to-the-server-provider-tcp?forum=sqldatabaseengine
[更新日]
Update:202203