You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/install-windows/upgrade-sql-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Upgrade SQL Server"
3
3
description: This article provides links to resources that contain upgrade information for instances of different versions of SQL Server.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 06/30/2022
6
+
ms.date: 01/09/2024
7
7
ms.service: sql
8
8
ms.subservice: install
9
9
ms.topic: quickstart
@@ -31,7 +31,7 @@ If you're upgrading from an end-of-support version of SQL Server, such as [!INCL
31
31
32
32
## Upgrade documentation
33
33
34
-
The following articles will help you upgrade components of SQL Server:
34
+
The following articles help you upgrade components of SQL Server:
35
35
36
36
-[Supported Version and Edition Upgrades](../../database-engine/install-windows/supported-version-and-edition-upgrades.md)
37
37
-[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:
48
48
-[Upgrade to a different edition of SQL Server (Setup)](../../database-engine/install-windows/upgrade-to-a-different-edition-of-sql-server-setup.md)
49
49
-[SQL Server end of support options](../../sql-server/end-of-support/sql-server-end-of-support-overview.md)
Copy file name to clipboardExpand all lines: docs/relational-databases/backup-restore/create-a-full-database-backup-sql-server.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Create a Full Database Backup"
3
3
description: This article shows you how to create a full database backup in SQL Server using SQL Server Management Studio, Transact-SQL, or PowerShell.
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.
21
21
22
22
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).
23
23
24
24
## <aname="Restrictions"></a> Limitations and restrictions
25
25
26
26
- 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)].
28
28
29
29
For an overview of, and deeper dive into, backup concepts and tasks, see [Backup Overview (SQL Server)](../../relational-databases/backup-restore/backup-overview-sql-server.md) before proceeding.
30
30
@@ -55,7 +55,7 @@ Beginning with [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)], the **PASSWORD
55
55
56
56
1. Expand **Databases**, and either select a user database or expand **System Databases** and select a system database.
57
57
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...**.
59
59
60
60
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).
-[Restore a Database to a New Location (SQL Server)](../../relational-databases/backup-restore/restore-a-database-to-a-new-location-sql-server.md)
405
405
-[Use the Maintenance Plan Wizard](../../relational-databases/maintenance-plans/use-the-maintenance-plan-wizard.md)
406
406
407
-
## See also
407
+
## Related content
408
408
409
409
-[Troubleshooting SQL Server backup and restore operations](https://support.microsoft.com/kb/224071)
Copy file name to clipboardExpand all lines: docs/sql-server/install/uninstall-an-existing-instance-of-sql-server-setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Uninstall an existing instance of SQL Server (Setup)"
3
3
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.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 12/20/2022
6
+
ms.date: 01/09/2024
7
7
ms.service: sql
8
8
ms.subservice: install
9
9
ms.topic: conceptual
@@ -109,7 +109,7 @@ To uninstall SQL Server from Windows Server 2008, Windows Server 2012 and Window
109
109
110
110
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.
111
111
112
-
## Next steps
112
+
## Related content
113
113
114
114
-[View and Read SQL Server Setup Log Files](../../database-engine/install-windows/view-and-read-sql-server-setup-log-files.md)
115
115
-[Uninstall a Cumulative Update from SQL Server](uninstall-a-cumulative-update-from-sql-server.md)
0 commit comments