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
Copy file name to clipboardExpand all lines: README.md
+47-2Lines changed: 47 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Ping a SQL Server. For example to test connectivity through a firewall, testing a failover cluster or testing permissions.
4
4
5
-
This is a .NET console app and should run fine on [all supported operating systems](https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md): Windows, Linux and macOS.
5
+
This is a .NET console app and should run fine on [all supported operating systems](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md): Windows, Linux and macOS.
6
6
7
7
## USAGE:
8
8
SQLPing <Server> [OPTIONS]
@@ -20,8 +20,12 @@ This is a .NET console app and should run fine on [all supported operating syste
20
20
-c, --command SQL Command (default will return database information)
21
21
-f, --failover This is a failover cluster / availability group, use MultiSubnetFailover=true
22
22
-a, --failoverpartner Use a custom failover partner
23
-
-n, --nonstop Set this to true to continously ping the server. Default is ping once
23
+
-n, --nonstop Set this to true to continuously ping the server. Default is ping once
24
24
-w, --wait <SECONDS> 10 How long to wait, in seconds, between non-stop pings
0 commit comments