Skip to content

Commit a85bbcf

Browse files
authored
Merge pull request #11390 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents d43934d + b6b61e3 commit a85bbcf

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/analysis-services/multidimensional-tutorial/install-sample-data-and-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ An Analysis Services multidimensional model uses transactional data that you imp
4848

4949
To install the database, do the following:
5050

51-
1. Download an [AdventureWorkDW](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks) database backup from GitHub.
51+
1. Download an [AdventureWorksDW](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks) database backup from GitHub.
5252

5353
2. Copy the backup file to the data directory of the local SQL Server Database Engine instance.
5454

@@ -109,4 +109,4 @@ You are now ready to use the tutorial. For more information about how to get sta
109109
[Configure the Windows Firewall to Allow Analysis Services Access](../instances/configure-the-windows-firewall-to-allow-analysis-services-access.md)
110110
[Configure the Windows Firewall to Allow SQL Server Access](../../sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md)
111111

112-
112+

docs/big-data-cluster/cluster-troubleshooting-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If any errors have occurred, you can sometimes see the error in the recent event
8787
You can retrieve the logs for containers running in a pod. The following command retrieves the logs for all containers running in the pod named `master-0` and outputs them to a file name `master-0-pod-logs.txt`:
8888

8989
```bash
90-
kubectl logs master-0 --all-containers=true -n mssql-cluser > master-0-pod-logs.txt
90+
kubectl logs master-0 --all-containers=true -n mssql-cluster > master-0-pod-logs.txt
9191
```
9292

9393
## <a id="services"></a> Get status of services

docs/connect/jdbc/microsoft-jdbc-driver-for-sql-server-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ms.author: genemi
4747

4848
## SQL Version Compatibility
4949

50-
|Driver Version|SQL Server 2008|SQL Server 2008R2|SQL Server 2012|Azure SQL Database|PDW 2008R2 AU3<sup>4</sup>|SQL Server 2014|SQL Server 2016|SQL Server 2017|Azure SQL Managed Instance (Extended Private Preview)|
50+
|Driver Version|SQL Server 2008|SQL Server 2008R2|SQL Server 2012|Azure SQL Database|PDW 2008R2 AU3<sup>4</sup>|SQL Server 2014|SQL Server 2016|SQL Server 2017|Azure SQL Managed Instance|
5151
|-|-|-|-|-|-|-|-|-|-|
5252
|7.2|N|Y|Y|Y|Y|Y|Y|Y|Y|
5353
|7.0|N|Y|Y|Y|Y|Y|Y|Y|Y|

docs/relational-databases/system-information-schema-views/check-constraints-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
3030
|Column name|Data type|Description|
3131
|-----------------|---------------|-----------------|
3232
|**CONSTRAINT_CATALOG**|**nvarchar(**128**)**|Constraint qualifier.|
33-
|**CONSTRAINT_SCHEMA**|**nvarchar(**128**)**|Name of the schema to which the constraint belongs.<br /><br /> **&#42;&#42; Important &#42;&#42;** Do not use INFORMATION_SCHEMA views to determine the schema of an object. The only reliable way to find the schema of a object is to query the sys.objects catalog view.|
33+
|**CONSTRAINT_SCHEMA**|**nvarchar(**128**)**|Name of the schema to which the constraint belongs.<br /><br /> &#42;&#42; Important &#42;&#42; Do not use INFORMATION_SCHEMA views to determine the schema of an object. The only reliable way to find the schema of a object is to query the sys.objects catalog view.|
3434
|**CONSTRAINT_NAME**|**sysname**|Constraint name.|
3535
|**CHECK_CLAUSE**|**nvarchar(**4000**)**|Actual text of the [!INCLUDE[tsql](../../includes/tsql-md.md)] definition statement.|
3636

docs/samples/wide-world-importers-what-is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The typical flow for how items are stocked and distributed is as follows:
2929
- Suppliers send the items, WWI receives them and stocks them in their warehouse.
3030
- Customers order items from WWI
3131
- WWI fills the customer order with stock items in the warehouse, and when they do not have sufficient stock, they order the additional stock from the suppliers.
32-
- Some customers do not want to wait for items that are not in stock. If they order say five different stock items, and four are available, they want to receive the four items and backorder the remaining item. The item would them be sent later in a separate shipment.
32+
- Some customers do not want to wait for items that are not in stock. If they order say five different stock items, and four are available, they want to receive the four items and backorder the remaining item. The item would then be sent later in a separate shipment.
3333
- WWI invoices customers for the stock items, typically by converting the order to an invoice.
3434
- Customers might order items that are not in stock. These items are backordered.
3535
- WWI delivers stock items to customers either via their own delivery vans, or via other couriers or freight methods.

0 commit comments

Comments
 (0)