Skip to content

Commit ae98050

Browse files
committed
more metadata changes
1 parent 3eaaaee commit ae98050

24 files changed

Lines changed: 94 additions & 89 deletions

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: Microsoft JDBC Driver for SQL Server
33
description: Microsoft provides a JDBC driver for use with SQL Server and Azure SQL Database, enabling connectivity from any Java application, server, or applet.
4-
ms.custom: FY21Q2Fresh
5-
ms.date: 12/10/2021
64
ms.prod: sql
75
ms.prod_service: connectivity
8-
ms.reviewer: ""
96
ms.technology: connectivity
107
ms.topic: conceptual
11-
ms.assetid: baf420ab-c058-4cec-a673-d7cb6397210e
128
author: David-Engel
139
ms.author: v-davidengel
10+
ms.reviewer: ""
11+
ms.custom: FY21Q2Fresh
12+
ms.date: 12/10/2021
1413
---
1514
# Microsoft JDBC Driver for SQL Server
1615

docs/database-engine/configure-windows/change-server-authentication-mode.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ title: Change Server Authentication Mode
33
description: Learn how to change the server authentication mode in SQL Server. You can use either SQL Server Management Studio or Transact-SQL for this task.
44
ms.prod: sql
55
ms.prod_service: high-availability
6-
ms.reviewer: ""
76
ms.technology: configuration
87
ms.topic: conceptual
98
helpviewer_keywords:
109
- "sa account"
1110
- "authentication [SQL Server], changing modes"
1211
- "server authentication mode [SQL Server]"
1312
- "modifying server authentication mode"
14-
ms.assetid: 79babcf8-19fd-4495-b8eb-453dc575cac0
1513
author: markingmyname
14+
ms.reviewer: ""
1615
ms.author: maghan
1716
ms.custom: FY21Q2Fresh
1817
ms.date: 11/17/2021

docs/relational-databases/collations/collation-and-unicode-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Collation and Unicode support
33
description: Learn about collation and Unicode support in SQL Server.
4-
ms.custom: FY21Q2Fresh
5-
ms.date: 12/10/2021
64
ms.prod: sql
75
ms.technology:
86
ms.topic: conceptual
@@ -29,9 +27,11 @@ helpviewer_keywords:
2927
- "UTF16"
3028
- "UCS2"
3129
- "server-level collations [SQL Server]"
32-
ms.assetid: 92d34f48-fa2b-47c5-89d3-a4c39b0f39eb
3330
author: "pmasl"
3431
ms.author: wiassaf
32+
ms.reviewer: ""
33+
ms.custom: FY21Q2Fresh
34+
ms.date: 12/10/2021
3535
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
3636
---
3737

docs/relational-databases/databases/rename-a-database.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
description: "Rename a Database"
32
title: "Rename a Database"
4-
ms.custom: FY21Q2Fresh
5-
ms.date: "10/21/2021"
3+
description: "Rename a Database"
64
ms.prod: sql
75
ms.prod_service: "database-engine"
8-
ms.reviewer: ""
96
ms.technology:
107
ms.topic: conceptual
118
helpviewer_keywords:
129
- "databases [SQL Server], renaming"
1310
- "renaming databases"
1411
author: WilliamDAssafMSFT
1512
ms.author: wiassaf
13+
ms.reviewer: ""
14+
ms.custom: FY21Q2Fresh
15+
ms.date: "10/21/2021"
1616
monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
1717
---
1818
# Rename a Database

docs/relational-databases/databases/set-a-database-to-single-user-mode.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
---
2-
description: "Set a database to single-user mode"
32
title: "Set a database to single-user mode"
4-
ms.custom: FY21Q2Fresh
5-
ms.date: "10/21/2021"
3+
description: "Set a database to single-user mode"
64
ms.prod: sql
75
ms.prod_service: "database-engine"
8-
ms.reviewer: ""
96
ms.technology:
107
ms.topic: conceptual
118
helpviewer_keywords:
129
- "single-user mode [SQL Server], database option"
1310
author: WilliamDAssafMSFT
1411
ms.author: wiassaf
12+
ms.reviewer: ""
13+
ms.custom: FY21Q2Fresh
14+
ms.date: "10/21/2021"
1515
---
1616
# Set a database to single-user mode
17-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
18-
This article describes how to set a user-defined database to single-user mode in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)]. Single-user mode specifies that only one user at a time can access the database and is generally used for maintenance actions.
17+
18+
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
19+
20+
This article describes how to set a user-defined database to single-user mode in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)]. Single-user mode specifies that only one user at a time can access the database and is generally used for maintenance actions.
1921

2022
## <a name="Restrictions"></a> Limitations and restrictions
2123

docs/relational-databases/databases/view-a-list-of-databases-on-an-instance-of-sql-server.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "View list of databases on SQL Server"
33
description: Learn how to view a list of databases on an instance of SQL Server by using SQL Server Management Studio or Transact-SQL.
4-
ms.date: "10/21/2021"
54
ms.prod: sql
65
ms.prod_service: "database-engine, sql-database"
76
ms.reviewer: ""
@@ -18,12 +17,16 @@ helpviewer_keywords:
1817
- "listing databases"
1918
author: WilliamDAssafMSFT
2019
ms.author: wiassaf
21-
monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2220
ms.custom: "seo-lt-2019, FY21Q2Fresh"
21+
ms.date: "10/21/2021"
22+
monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2323
---
24-
# View list of databases on SQL Server
24+
25+
# View list of databases on SQL Server
26+
2527
[!INCLUDE [SQL Server Azure SQL Database](../../includes/applies-to-version/sql-asdb.md)]
26-
This article describes how to view a list of databases on an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
28+
29+
This article describes how to view a list of databases on an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
2730

2831
## <a name="Security"></a><a name="Permissions"></a> Permissions
2932
If the caller of `sys.databases` is not the owner of the database and the database is not `master` or `tempdb`, the minimum permissions required to see the corresponding row are ALTER ANY DATABASE or VIEW ANY DATABASE server-level permission, or CREATE DATABASE permission in the `master` database. The database to which the caller is connected can always be viewed in `sys.databases`.

docs/relational-databases/databases/view-or-change-the-compatibility-level-of-a-database.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: "View or Change the Compatibility Level of a Database"
33
description: Learn how to view or change the compatibility level of a database in SQL Server by using SQL Server Management Studio or Transact-SQL.
4-
ms.custom: FY21Q2Fresh
5-
ms.date: "10/21/2021"
64
ms.prod: sql
75
ms.prod_service: "database-engine, sql-database"
8-
ms.reviewer: ""
96
ms.technology: supportability
107
ms.topic: conceptual
118
helpviewer_keywords:
@@ -14,15 +11,20 @@ helpviewer_keywords:
1411
- "compatibility levels [SQL Server], changing"
1512
author: WilliamDAssafMSFT
1613
ms.author: wiassaf
14+
ms.reviewer: ""
15+
ms.custom: FY21Q2Fresh
16+
ms.date: "10/21/2021"
1717
monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
1818
---
1919
# View or change the compatibility level of a database
20+
2021
[!INCLUDE [SQL Server Azure SQL Database](../../includes/applies-to-version/sql-asdb.md)]
21-
This article describes how to view or change the compatibility level of a database in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
22+
23+
This article describes how to view or change the compatibility level of a database in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)].
2224

2325
> [!IMPORTANT]
2426
> Before you change the compatibility level of a database, you should understand the impact of the change on your applications. For more information, see [ALTER DATABASE Compatibility Level &#40;Transact-SQL&#41;](../../t-sql/statements/alter-database-transact-sql-compatibility-level.md).
25-
27+
2628
## <a name="Security"></a><a name="Permissions"></a> Permissions
2729
Requires ALTER permission on the database.
2830

docs/relational-databases/indexes/clustered-and-nonclustered-indexes-described.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
description: "Clustered and nonclustered indexes described"
32
title: "Clustered and nonclustered indexes described"
4-
ms.custom: FY21Q2Fresh
5-
ms.date: 10/25/2021
3+
description: "Clustered and nonclustered indexes described"
64
ms.prod: sql
75
ms.prod_service: "table-view-index, sql-database"
8-
ms.reviewer: ""
96
ms.technology: table-view-index
107
ms.topic: conceptual
118
helpviewer_keywords:
129
- "query optimizer [SQL Server], index usage"
1310
- "index concepts [SQL Server]"
14-
ms.assetid: b7d6b323-728d-4763-a987-92e6292f6f7a
1511
author: MikeRayMSFT
1612
ms.author: mikeray
13+
ms.reviewer: ""
14+
ms.custom: FY21Q2Fresh
15+
ms.date: 10/25/2021
1716
monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
1817
---
1918
# Clustered and nonclustered indexes described

docs/relational-databases/indexes/create-nonclustered-indexes.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
2+
title: Create Nonclustered Indexes
23
description: "Create Nonclustered Indexes"
3-
title: "Create Nonclustered Indexes | Microsoft Docs"
4-
ms.custom: FY21Q2Fresh
5-
ms.date: 11/12/2021
64
ms.prod: sql
75
ms.prod_service: "table-view-index, sql-database"
8-
ms.reviewer: ""
96
ms.technology: table-view-index
107
ms.topic: conceptual
118
helpviewer_keywords:
@@ -17,12 +14,16 @@ helpviewer_keywords:
1714
ms.assetid: 9402029a-1227-46c4-93aa-c2122eb1b943
1815
author: MikeRayMSFT
1916
ms.author: mikeray
17+
ms.reviewer: ""
18+
ms.custom: FY21Q2Fresh
19+
ms.date: 11/12/2021
2020
monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current"
2121
---
2222
# Create Nonclustered Indexes
23+
2324
[!INCLUDE [SQL Server Azure SQL Database](../../includes/applies-to-version/sql-asdb.md)]
2425

25-
You can create nonclustered indexes in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)]. A nonclustered index is an index structure separate from the data stored in a table that reorders one or more selected columns. Nonclustered indexes can often help you find data more quickly than searching the underlying table; queries can sometimes be answered entirely by the data in the nonclustered index, or the nonclustered index can point the [!INCLUDE[ssDE](../../includes/ssde-md.md)] to the rows in the underlying table. Generally, nonclustered indexes are created to improve the performance of frequently used queries not covered by the clustered index or to locate rows in a table without a clustered index (called a heap). You can create multiple nonclustered indexes on a table or indexed view.
26+
You can create nonclustered indexes in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)]. A nonclustered index is an index structure separate from the data stored in a table that reorders one or more selected columns. Nonclustered indexes can often help you find data more quickly than searching the underlying table; queries can sometimes be answered entirely by the data in the nonclustered index, or the nonclustered index can point the [!INCLUDE[ssDE](../../includes/ssde-md.md)] to the rows in the underlying table. Generally, nonclustered indexes are created to improve the performance of frequently used queries not covered by the clustered index or to locate rows in a table without a clustered index (called a heap). You can create multiple nonclustered indexes on a table or indexed view.
2627

2728
## <a name="BeforeYouBegin"></a> Before You Begin
2829

docs/relational-databases/performance/view-the-sql-server-error-log-sql-server-management-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
title: "View the SQL Server error log (SSMS)"
33
description: Learn about the SQL Server error log, which contains user-defined events and certain system events you can use for troubleshooting.
4-
ms.custom: seo-dt-2019, FY21Q2Fresh
5-
ms.date: "10/21/2021"
64
ms.prod: sql
7-
ms.reviewer: ""
85
ms.technology: performance
96
ms.topic: conceptual
107
helpviewer_keywords:
@@ -15,6 +12,9 @@ helpviewer_keywords:
1512
- "logs [SQL Server], viewing"
1613
author: WilliamDAssafMSFT
1714
ms.author: wiassaf
15+
ms.reviewer: ""
16+
ms.custom: seo-dt-2019, FY21Q2Fresh
17+
ms.date: "10/21/2021"
1818
---
1919
# View the SQL Server error log in SQL Server Management Studio (SSMS)
2020

0 commit comments

Comments
 (0)