Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8ff8671

Browse files
authored
Merge pull request #21375 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 84bb9f2 + 1d9716a commit 8ff8671

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/big-data-cluster/deploy-openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo
7373

7474
```console
7575
oc create clusterrole bdc-role --verb=use --resource=scc --resource-name=bdc-scc -n <namespaceName>
76-
oc create rolebinding bdc-rbac --clusterrole=bdc-role --group=system:serviceaccounts:mssql-bdc
76+
oc create rolebinding bdc-rbac --clusterrole=bdc-role --group=system:serviceaccounts:<namespaceName>
7777
```
7878

7979
5. Assign appropriate permission to the user deploying BDC. Do one of the following.

docs/relational-databases/tables/primary-and-foreign-key-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
3838

3939
- The index generated by a primary key constraint cannot cause the number of indexes on the table to exceed 999 nonclustered indexes and 1 clustered index.
4040

41-
- If clustered or nonclustered is not specified for a primary key constraint, clustered is used if there no clustered index on the table.
41+
- If clustered or nonclustered is not specified for a primary key constraint, clustered is used if there is no clustered index on the table.
4242

4343
- All columns defined within a primary key constraint must be defined as not null. If nullability is not specified, all columns participating in a primary key constraint have their nullability set to not null.
4444

0 commit comments

Comments
 (0)