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: azure-sql/database/xevent-code-event-file.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
71
71
72
72
# [SQL Database](#tab/sqldb)
73
73
74
-
Create a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS or ADS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
74
+
Create a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
75
75
76
76
> [!NOTE]
77
77
> Executing the following T-SQL batch requires the `CONTROL` database permission, which is held by the database owner (`dbo`), by the members of the `db_owner` database role, and by the administrator of the logical server.
@@ -97,7 +97,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
97
97
98
98
# [SQL Managed Instance](#tab/sqlmi)
99
99
100
-
Create a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMSor ADS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
100
+
Create a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
101
101
102
102
> [!NOTE]
103
103
> Executing the following T-SQL batch requires the `CONTROL` database permission in the `master` database, which is held by the members of the `db_owner` database role in`master`, and by the members of the `sysadmin` server role on the SQL managed instance.
@@ -147,7 +147,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
147
147
148
148
# [SQL Database](#tab/sqldb)
149
149
150
-
Store the SAS token in a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMSor ADS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
150
+
Store the SAS token in a database-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect to the database where you create the event session, and paste the following T-SQL batch. Make sure you're connected to your user database, and not to the `master` database.
151
151
152
152
> [!NOTE]
153
153
> Executing the following T-SQL batch requires the `CONTROL` database permission, which is held by the database owner (`dbo`), by the members of the `db_owner` database role, and by the administrator of the logical server.
@@ -189,7 +189,7 @@ To read and write event data, the [!INCLUDE [ssde-md](../../docs/includes/ssde-m
189
189
190
190
# [SQL Managed Instance](#tab/sqlmi)
191
191
192
-
Store the SAS token in a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMSor ADS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
192
+
Store the SAS token in a server-scoped [credential](/sql/relational-databases/security/authentication-access/credentials-database-engine). Using a client tool such as SSMS, open a new query window, connect it to the `master` database on the SQL managed instance where you create the event session, and paste the following T-SQL batch.
193
193
194
194
> [!NOTE]
195
195
> Executing the following T-SQL batch requires the `CONTROL` database permission in the `master` database, which is held by the members of the `db_owner` database role in`master`, and by the members of the `sysadmin` server role on the SQL managed instance.
@@ -287,12 +287,12 @@ The following list contains errors that you might encounter when starting an ext
287
287
- If using SAS token authentication:
288
288
- The storage account [firewall](/azure/storage/common/storage-network-security) is enabled. This is not supported for event sessions that use SAS token authentication.
289
289
- The SAS token doesn't have sufficient permissions, or has expired. For more information, see [Grant access using a SAS token](#grant-access-using-a-sas-token).
290
-
- **The operating system returned error 86: 'The specified network password is not correct'**
290
+
- **The operating system returned error 86: 'The specified network password is not correct.'**
291
291
- There is no database-scoped credential (for Azure SQL Database) or server-scoped credential (for Azure SQL Managed Instance) with the name matching the blob container URL. For more information, see the examples in [Grant access to the container](#grant-access-to-the-container).
292
292
- The credential name ends with a slash (`/`). The credential name should end with the container name not including the trailing slash.
293
-
- **The operating system returned error 3: 'The system cannot find the path specified'**
293
+
- **The operating system returned error 3: 'The system cannot find the path specified.'**
294
294
- The container specified in the blob container URL doesn't exist.
295
-
-**The operating system returned error 13: 'The data is invalid'**
295
+
-**The operating system returned error 13: 'The data is invalid.'**
296
296
- There is an [immutability policy](/azure/storage/blobs/immutable-policy-configure-container-scope) on the blob container. Immutable storage isn't supported for event sessions.
297
297
- The storage account has the [hierarchical namespace](/azure/storage/blobs/data-lake-storage-namespace) enabled. Storage accounts with hierarchical namespace enabled aren't supported for event sessions.
0 commit comments