Skip to content

Commit aa8d7ed

Browse files
committed
additional article refresh
1 parent 14e3a41 commit aa8d7ed

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/database-engine/install-windows/upgrade-sql-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Upgrade SQL Server"
33
description: This article provides links to resources that contain upgrade information for instances of different versions of SQL Server.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 06/30/2022
6+
ms.date: 01/09/2024
77
ms.service: sql
88
ms.subservice: install
99
ms.topic: quickstart
@@ -31,7 +31,7 @@ If you're upgrading from an end-of-support version of SQL Server, such as [!INCL
3131

3232
## Upgrade documentation
3333

34-
The following articles will help you upgrade components of SQL Server:
34+
The following articles help you upgrade components of SQL Server:
3535

3636
- [Supported Version and Edition Upgrades](../../database-engine/install-windows/supported-version-and-edition-upgrades.md)
3737
- [Prepare for upgrade by running Data Migration Assistant](../../database-engine/install-windows/prepare-for-upgrade-by-running-data-migration-assistant.md)
@@ -48,7 +48,7 @@ The following articles will help you upgrade components of SQL Server:
4848
- [Upgrade to a different edition of SQL Server (Setup)](../../database-engine/install-windows/upgrade-to-a-different-edition-of-sql-server-setup.md)
4949
- [SQL Server end of support options](../../sql-server/end-of-support/sql-server-end-of-support-overview.md)
5050

51-
## See also
51+
## Related content
5252

5353
- [Upgrade Database Engine](../../database-engine/install-windows/upgrade-database-engine.md)
5454
- [Upgrade Analysis Services](../../database-engine/install-windows/upgrade-analysis-services.md)

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
ms.topic: hub-page
99
ms.service: sql
1010
ms.custom: FY22Q2Fresh
11-
date: 03/15/2022
11+
date: 01/09/2024
1212

1313
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1414

docs/relational-databases/backup-restore/create-a-full-database-backup-sql-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Create a Full Database Backup"
33
description: This article shows you how to create a full database backup in SQL Server using SQL Server Management Studio, Transact-SQL, or PowerShell.
44
author: MashaMSFT
55
ms.author: mathoma
6-
ms.date: "05/12/2021"
6+
ms.date: "01/09/2024"
77
ms.service: sql
88
ms.subservice: backup-restore
99
ms.topic: conceptual
@@ -17,14 +17,14 @@ helpviewer_keywords:
1717

1818
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
1919

20-
This topic describes how to create a full database backup in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell.
20+
This article describes how to create a full database backup in [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell.
2121

2222
For more information, see [SQL Server Backup and Restore with Azure Blob Storage](../../relational-databases/backup-restore/sql-server-backup-and-restore-with-microsoft-azure-blob-storage-service.md) and [SQL Server Backup to URL](../../relational-databases/backup-restore/sql-server-backup-to-url.md).
2323

2424
## <a name="Restrictions"></a> Limitations and restrictions
2525

2626
- The `BACKUP` statement isn't allowed in an explicit or implicit transaction.
27-
- Backups created by more recent version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] cannot be restored in earlier versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
27+
- Backups created by more recent version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] can't be restored in earlier versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2828

2929
For an overview of, and deeper dive into, backup concepts and tasks, see [Backup Overview &#40;SQL Server&#41;](../../relational-databases/backup-restore/backup-overview-sql-server.md) before proceeding.
3030

@@ -55,7 +55,7 @@ Beginning with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)], the **PASSWORD
5555

5656
1. Expand **Databases**, and either select a user database or expand **System Databases** and select a system database.
5757

58-
1. Right-click the database that you wish to backup, point to **Tasks**, and then select **Back Up...**.
58+
1. Right-click the database that you wish to back up, point to **Tasks**, and then select **Back Up...**.
5959

6060
1. In the **Back Up Database** dialog box, the database that you selected appears in the drop-down list (which you can change to any other database on the server).
6161

@@ -404,7 +404,7 @@ Backup-SqlDatabase -ServerInstance $server -Database $database -BackupFile $back
404404
- [Restore a Database to a New Location &#40;SQL Server&#41;](../../relational-databases/backup-restore/restore-a-database-to-a-new-location-sql-server.md)
405405
- [Use the Maintenance Plan Wizard](../../relational-databases/maintenance-plans/use-the-maintenance-plan-wizard.md)
406406

407-
## See also
407+
## Related content
408408

409409
- [Troubleshooting SQL Server backup and restore operations](https://support.microsoft.com/kb/224071)
410410
- [Backup Overview &#40;SQL Server&#41;](../../relational-databases/backup-restore/backup-overview-sql-server.md)

docs/sql-server/install/uninstall-an-existing-instance-of-sql-server-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Uninstall an existing instance of SQL Server (Setup)"
33
description: This article describes how to uninstall a stand-alone instance of SQL Server, which also prepares the system so that you can reinstall SQL Server.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 12/20/2022
6+
ms.date: 01/09/2024
77
ms.service: sql
88
ms.subservice: install
99
ms.topic: conceptual
@@ -109,7 +109,7 @@ To uninstall SQL Server from Windows Server 2008, Windows Server 2012 and Window
109109

110110
If the removal process fails, review the [SQL Server Setup log files](../../database-engine/install-windows/view-and-read-sql-server-setup-log-files.md) to determine the root cause.
111111

112-
## Next steps
112+
## Related content
113113

114114
- [View and Read SQL Server Setup Log Files](../../database-engine/install-windows/view-and-read-sql-server-setup-log-files.md)
115115
- [Uninstall a Cumulative Update from SQL Server](uninstall-a-cumulative-update-from-sql-server.md)

0 commit comments

Comments
 (0)