Skip to content

Commit 7779cd8

Browse files
authored
2 parents 0890ca7 + 6750c85 commit 7779cd8

10 files changed

Lines changed: 15 additions & 15 deletions

docs/azdata/reference/reference-azdata-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ View notebook. This shows all cells.
3434
```bash
3535
azdata notebook view --path "/home/me/notebooks/demo_notebook.ipynb"
3636
```
37-
View notebook. This shows all cells unless a cell with error in it's output is encountered. In that case the output stops.
37+
View notebook. This shows all cells unless a cell with error in its output is encountered. In that case the output stops.
3838
```bash
3939
azdata notebook view --path "/home/me/notebooks/demo_notebook.ipynb" --stop-on-error
4040
```

docs/linux/sql-server-linux-availability-group-ha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ An availability group with two (or more) synchronous replicas and a configuratio
9393
In the availability group diagram, a primary replica pushes configuration data to both the secondary replica and the configuration only replica. The secondary replica also receives user data. The configuration only replica does not receive user data. The secondary replica is in synchronous availability mode. The configuration only replica does not contain the databases in the availability group - only metadata about the availability group. Configuration data on the configuration only replica is committed synchronously.
9494

9595
> [!NOTE]
96-
> An availabilility group with configuration only replica is new for SQL Server 2017 CU1. All instances of SQL Server in the availability group must be SQL Server 2017 CU1 or later.
96+
> An availability group with configuration only replica is new for SQL Server 2017 CU1. All instances of SQL Server in the availability group must be SQL Server 2017 CU1 or later.
9797
9898
The default value for `REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT` is 0. The following table describes availability behavior.
9999

docs/machine-learning/administration/monitor-sql-server-machine-learning-services-using-dynamic-management-views.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ The query returns the following columns:
244244
| Column | Description |
245245
|--------------------------|--------------|
246246
| pool_name | Name of the resource pool. SQL Server resource pools are prefixed with `SQL Server` and external resource pools are prefixed with `External Pool`. |
247-
| total_cpu_usage_hours | The cumulative CPU usage in milliseconds since the Resource Govenor statistics were reset. |
248-
| read_io_completed_total | The total read IOs completed since the Resource Govenor statistics were reset. |
249-
| write_io_completed_total | The total write IOs completed since the Resource Govenor statistics were reset. |
247+
| total_cpu_usage_hours | The cumulative CPU usage in milliseconds since the Resource Governor statistics were reset. |
248+
| read_io_completed_total | The total read IOs completed since the Resource Governor statistics were reset. |
249+
| write_io_completed_total | The total write IOs completed since the Resource Governor statistics were reset. |
250250

251251
## Installed packages
252252

docs/relational-databases/errors-events/database-engine-events-and-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8398,7 +8398,7 @@ ORDER BY message_id
83988398
| 23207 | 16 | No | Could not add Share item for '%ls' in Catalog. |
83998399
| 23208 | 16 | No | ItemPath '%ls' does not exist in Store. |
84008400
| 23209 | 16 | No | Could not update Store state in Catalog. |
8401-
| 23210 | 16 | No | Itempath '%ls' is a file-backed item or within it's sub-tree. |
8401+
| 23210 | 16 | No | Itempath '%ls' is a file-backed item or within its sub-tree. |
84028402
| 23211 | 16 | No | Could not start Store Manager. Please look in WinFS UT Log for details. |
84038403
| 23212 | 16 | No | Itempath '%ls' is a compound item. |
84048404
| 23401 | 16 | No | Operation failed with HRESULT 0x%x. |

docs/relational-databases/import-export/use-a-format-file-to-bulk-import-data-sql-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This topic illustrates the use of a format file in bulk-import operations. A fo
2424
## Before you begin
2525
* For a format file to work with a Unicode character data file, all input fields must be Unicode text strings (that is, either fixed-size or character-terminated Unicode strings).
2626
* To bulk export or import [SQLXML](../../relational-databases/import-export/examples-of-bulk-import-and-export-of-xml-documents-sql-server.md) data, use one of the following data types in your format file:
27-
* SQLCHAR or SQLVARYCHAR (the data is sent in the client code page or in the code page implied by the collation)
27+
* SQLCHAR or SQLVARCHAR (the data is sent in the client code page or in the code page implied by the collation)
2828
* SQLNCHAR or SQLNVARCHAR (the data is sent as Unicode)
29-
* SQLBINARY or SQLVARYBIN (the data is sent without any conversion).
29+
* SQLBINARY or SQLVARBIN (the data is sent without any conversion).
3030
* Azure SQL Database and Azure Synapse Analytics only support [bcp](../../tools/bcp-utility.md). For additional information, see:
3131
* [Load data into Azure Synapse Analytics](/azure/synapse-analytics/sql-data-warehouse/design-elt-data-loading)
3232
* [Load data from SQL Server into Azure Synapse Analytics (flat files)](/azure/synapse-analytics/sql-data-warehouse/design-elt-data-loading)
@@ -136,8 +136,8 @@ Your XML format file, `D:\BCP\myFirstImport.xml` should look as follows:
136136
</RECORD>
137137
<ROW>
138138
<COLUMN SOURCE="1" NAME="PersonID" xsi:type="SQLSMALLINT"/>
139-
<COLUMN SOURCE="2" NAME="FirstName" xsi:type="SQLVARYCHAR"/>
140-
<COLUMN SOURCE="3" NAME="LastName" xsi:type="SQLVARYCHAR"/>
139+
<COLUMN SOURCE="2" NAME="FirstName" xsi:type="SQLVARCHAR"/>
140+
<COLUMN SOURCE="3" NAME="LastName" xsi:type="SQLVARCHAR"/>
141141
<COLUMN SOURCE="4" NAME="BirthDate" xsi:type="SQLDATE"/>
142142
</ROW>
143143
</BCPFORMAT>

docs/relational-databases/security/authentication-access/principals-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Every login belongs to the `public` fixed server role, and every database user b
7979
These principal accounts do not have passwords that can be changed by administrators as they are based on certificates issued to Microsoft.
8080

8181
## The guest User
82-
Each database includes a `guest`. Permissions granted to the `guest` user are inherited by users who have access to the database, but who do not have a user account in the database. The `guest` user cannot be dropped, but it can be disabled by revoking it's CONNECT permission. The CONNECT permission can be revoked by executing `REVOKE CONNECT FROM GUEST;` within any database other than `master` or `tempdb`.
82+
Each database includes a `guest`. Permissions granted to the `guest` user are inherited by users who have access to the database, but who do not have a user account in the database. The `guest` user cannot be dropped, but it can be disabled by revoking its CONNECT permission. The CONNECT permission can be revoked by executing `REVOKE CONNECT FROM GUEST;` within any database other than `master` or `tempdb`.
8383

8484

8585
## Related Tasks

docs/relational-databases/security/encryption/troubleshoot-tde.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ monikerRange: "= azuresqldb-current || = azure-sqldw-latest || = sqlallproducts-
2222
This article describes how to identify and resolve Azure Key Vault key access issues that caused a database configured to use [transparent data encryption (TDE) with customer-managed keys in Azure Key Vault](/azure/sql-database/transparent-data-encryption-byok-azure-sql) to become inaccessible.
2323

2424
## Introduction
25-
When TDE is configured to use a customer-managed key in Azure Key Vault, continuous access to this TDE Protector is required for the database to stay online. If the logical SQL server loses access to the customer-managed TDE protector in Azure Key Vault, a database will start denying all connections with the appropriate error message and change it's state to *Inaccessible* in the Azure portal.
25+
When TDE is configured to use a customer-managed key in Azure Key Vault, continuous access to this TDE Protector is required for the database to stay online. If the logical SQL server loses access to the customer-managed TDE protector in Azure Key Vault, a database will start denying all connections with the appropriate error message and change its state to *Inaccessible* in the Azure portal.
2626

2727
For the first 8 hours, if the underlying Azure key vault key access issue is resolved, the database will auto-heal and come online automatically. This means that for all intermittent and temporary network outage scenarios, no user action is required, and the database will come online automatically. In most cases, user action is required to resolve the underlying key vault key access issue.
2828

docs/ssms/menu-help/options-designers-table-and-database-designers-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Select the way you want to see tables in the designers:
6767

6868
- **Name Only**
6969

70-
Shows only the table header with it's name.
70+
Shows only the table header with its name.
7171

7272
- **Custom**
7373

docs/t-sql/language-elements/declare-local-variable-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ See CREATE TABLE for index option syntax.
6868
6969
```
7070

71-
71+
```syntaxsql
7272
-- Syntax for Azure Synapse Analytics and Parallel Data Warehouse
7373
7474
DECLARE

docs/t-sql/statements/set-arithabort-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If SET ARITHABORT and SET ANSI WARNINGS are OFF and one of these errors occurs,
6767
> [!NOTE]
6868
> If neither SET ARITHABORT nor SET ARITHIGNORE is ON, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] returns NULL and a warning message appears after the query runs.
6969
70-
When ANSI_WARNINGS has a value of ON and the database compatibility level is set to 90 or higher then ARITHABORT is implicitly ON regardless of it's value setting. If the database compatibility level is set to 80 or earlier, the ARITHABORT option must be explicitly set to ON.
70+
When ANSI_WARNINGS has a value of ON and the database compatibility level is set to 90 or higher then ARITHABORT is implicitly ON regardless of its value setting. If the database compatibility level is set to 80 or earlier, the ARITHABORT option must be explicitly set to ON.
7171

7272
For expression evaluation, if SET ARITHABORT is OFF and an INSERT, UPDATE, or DELETE statement comes across an arithmetic, overflow, divide-by-zero, or domain error, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] inserts or updates a NULL value. If the target column isn't nullable, the insert or update action fails and the user sees an error.
7373

0 commit comments

Comments
 (0)