Skip to content

Commit 2eec55c

Browse files
Fix note
1 parent a9c2c1f commit 2eec55c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-xe-session-events-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Azure SQL Database supports only database-scoped sessions. See [sys.dm_xe_databa
3737
|event_fire_min_time|**bigint**|The minimum time taken to publish the event, in microseconds. Is not nullable. Applies to [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)] and later.|
3838
|event_fire_max_time|**bigint**|The maximum time taken to publish the event, in microseconds. Is not nullable. Applies to [!INCLUDE[sssql22-md](../../includes/sssql22-md.md)] and later.|
3939

40-
> NOTE
41-
> The `event_fire_count` and `event_fire_average_time` columns are populated only if trace flag 9708 is enabled.
40+
> [!NOTE]
41+
> The `event_fire_count` and `event_fire_average_time` columns are populated only when trace flag 9708 is enabled.
4242
4343
## Permissions
4444

0 commit comments

Comments
 (0)