Skip to content

Commit b7ddafe

Browse files
committed
Fix column headings - bold to match UI elements
1 parent d46fb76 commit b7ddafe

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/sql-server/azure-arc/sql-connection-summary.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ To view a summary of all client connections to the SQL Server instance, follow t
3232

3333
| Column name | Description and version-specific information |
3434
| --- | --- |
35-
| Program Name | Name of client program that initiated the session.|
36-
| Client Interface Name | Name of library/driver being used by the client to communicate with the server. |
37-
| Database Name | Name of the current database for the session in the hourly snapshots. |
38-
| Request End Time | Last request end time from the hourly snapshots. Indicator of how recently the client program connected used the database. |
39-
| Total Writes | Aggregated number of writes from the client program to the database as seen in the hourly snapshots. |
40-
| Total Reads | Aggregated number of reads from the client program to the database as seen in the hourly snapshots. |
41-
| Elapsed Time | Aggregated connection duration (in milliseconds) from the client program as seen in the hourly snapshots. |
42-
| Count | Count of unique sessions as seen in the hourly snapshots. The distinct sessions are identified using the login time. |
43-
35+
| **Program Name** | Name of client program that initiated the session.|
36+
| **Client Interface Name** | Name of library/driver being used by the client to communicate with the server. |
37+
| **Database Name** | Name of the current database for the session in the hourly snapshots. |
38+
| **Request End Time** | Last request end time from the hourly snapshots. Indicator of how recently the client program connected used the database. |
39+
| **Total Writes** | Aggregated number of writes from the client program to the database as seen in the hourly snapshots. |
40+
| **Total Reads** | Aggregated number of reads from the client program to the database as seen in the hourly snapshots. |
41+
| **Elapsed Time** | Aggregated connection duration (in milliseconds) from the client program as seen in the hourly snapshots. |
42+
| **Count** | Count of unique sessions as seen in the hourly snapshots. The distinct sessions are identified using the login time. |
4443

4544
## How is the data collected?
4645

0 commit comments

Comments
 (0)