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
-[SQL Server Reporting Services](https://www.microsoft.com/download/details.aspx?id=100122).
56
+
-[SQL Server Reporting Services](https://www.microsoft.com/download/details.aspx?id=104502).
57
57
-[SQL Server Management Studio](https://aka.ms/ssmsfullsetup)
58
58
-[Azure Data Studio](https://go.microsoft.com/fwlink/?linkid=2109256)
59
59
@@ -100,11 +100,11 @@ Other [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)] components can b
100
100
101
101
|Article|Description|
102
102
|-----------|-----------------|
103
-
|[Configure Windows Firewall (SQL Server)](../../sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md)|Overview of firewall configuration and how to configure the Windows firewall to allow access to [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)].|
103
+
|[Configure Windows Firewall (SQL Server)](../../sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md)|Overview of firewall configuration and how to configure the Windows Firewall to allow access to [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)].|
104
104
|[Configure the Windows Firewall (SSAS)](/analysis-services/instances/configure-the-windows-firewall-to-allow-analysis-services-access)|Configure both port and firewall settings to allow access to [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)] or [!INCLUDE[power-pivot-md](../../includes/power-pivot-md.md)] for SharePoint.|
105
105
|[Configure a Multi-Homed Computer](../../sql-server/install/configure-a-multi-homed-computer-for-sql-server-access.md)|Configure [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and Windows Firewall with Advanced Security to provide for network connections to an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] in a multi-homed environment.|
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)
0 commit comments