You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.StartsWith("A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.",innerEx.Message);
49
-
// Since the server is not accessible driver can close the close the connection
50
-
// It is user responsibilty to maintain the connection.
Assert.StartsWith("A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.",innerEx.Message);
45
+
// Since the server is not accessible driver can close the close the connection
46
+
// It is user responsibilty to maintain the connection.
0 commit comments