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
SQL Server query application for the Payroll Engine using SQL Server [Management Objects](https://learn.microsoft.com/en-us/sql/relational-databases/server-management-objects-smo/overview-smo?view=sql-server-ver16).
4
+
5
+
## Commands
6
+
| Command | Description |
7
+
|:--|:--|
8
+
|`Query`| Execute a query on SQL-Server |
9
+
|`TestServer`| Test if SQL-Server is available |
10
+
|`TestHttpConnection`| Test HTTP conection is available |
11
+
|`Parser`| Parse URL with variable support |
12
+
|`TestSqlConnection`| Test if SQL-Server database is available |
13
+
|`TestVersion`| Test SQL-Server database version |
14
+
|`TestEmptyTable`| Test for empty SQL-Server database table |
0 commit comments