Skip to content

Commit 59811bc

Browse files
Merge pull request #35924 from rwestMSFT/rw-1124-ssms-url-004
[SCOPED] Update SSMS links (part 4)
2 parents d08d5f8 + b4f340b commit 59811bc

File tree

62 files changed

+75
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+75
-75
lines changed

docs/relational-databases/backup-restore/quickstart-backup-restore-database.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ For more detailed information, see [Create a full database backup](create-a-full
2525
## Prerequisites
2626

2727
- [SQL Server](https://www.microsoft.com/sql-server/sql-server-downloads)
28-
- [SQL Server Management Studio (SSMS)](../../ssms/download-sql-server-management-studio-ssms.md)
28+
- [SQL Server Management Studio (SSMS)](/ssms/install/install)
2929

3030
## Create a test database
3131

32-
1. Open [SQL Server Management Studio](../../ssms/download-sql-server-management-studio-ssms.md) and connect to your SQL Server instance.
32+
1. Open [SQL Server Management Studio (SSMS)](/ssms/sql-server-management-studio-ssms) and connect to your SQL Server instance.
3333

3434
1. Open a **New Query** window.
3535

@@ -73,7 +73,7 @@ To create a backup of your database, follow these steps by using [!INCLUDE [ssma
7373

7474
#### [SSMS](#tab/ssms)
7575

76-
1. Open [SSMS](../../ssms/download-sql-server-management-studio-ssms.md) and connect to your SQL Server instance.
76+
1. Open [SQL Server Management Studio (SSMS)](/ssms/sql-server-management-studio-ssms) and connect to your SQL Server instance.
7777
1. Expand the **Databases** node in **Object Explorer**.
7878
1. Right-click the database, hover over **Tasks**, and then select **Back up...**.
7979
1. Under **Destination**, confirm that the path for your backup is correct. If you need to change the path, select **Remove** to remove the existing path, and then select **Add** to type in a new path. You can use the ellipsis button (**...**) to navigate to a specific file.
@@ -106,7 +106,7 @@ For more information about backup options, see [BACKUP](../../t-sql/statements/b
106106

107107
To restore your database, follow these steps:
108108

109-
1. Open [SSMS](../../ssms/download-sql-server-management-studio-ssms.md) and connect to your SQL Server instance.
109+
1. Open [SQL Server Management Studio (SSMS)](/ssms/sql-server-management-studio-ssms) and connect to your SQL Server instance.
110110

111111
1. Right-click the **Databases** node in **Object Explorer** and select **Restore Database...**.
112112

docs/relational-databases/database-mail/database-mail-sending-test-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You must be a member of the sysadmin fixed server role to use the Send Test E-Ma
2424

2525
## Procedure
2626

27-
1. Using Object Explorer in [SQL Server Management Studio](../../ssms/download-sql-server-management-studio-ssms.md), connect to an instance of SQL Server Database Engine where Database Mail is configured, expand Management, right-click Database Mail, and then select Send Test E-Mail. If no Database Mail profiles exist, a dialog prompts the user to create a profile and opens the Database Mail Configuration Wizard.
27+
1. Using Object Explorer in [SQL Server Management Studio (SSMS)](/ssms/sql-server-management-studio-ssms), connect to an instance of SQL Server Database Engine where Database Mail is configured, expand Management, right-click Database Mail, and then select Send Test E-Mail. If no Database Mail profiles exist, a dialog prompts the user to create a profile and opens the Database Mail Configuration Wizard.
2828
1. In the **Send Test E-Mail** dialog box, in the Database Mail Profile box select the profile you want to test.
2929
1. In the **To** box, type the e-mail name of the recipient of the test e-mail.
3030
1. In the **Subject** box, type the subject line for the test e-mail. Change the default subject to better identify your e-mail for troubleshooting.

docs/relational-databases/extended-events/advanced-viewing-of-target-data-from-extended-events-in-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The present article assumes you already know how to create and start an event se
2929

3030
[Quickstart: Extended Events](quick-start-extended-events-in-sql-server.md)
3131

32-
We recommend using a recent release of SSMS. Download it from [Download SQL Server Management Studio (SSMS)](../../ssms/download-sql-server-management-studio-ssms.md).
32+
Install the latest version of [SQL Server Management Studio (SSMS)](/ssms/install/install).
3333

3434
### Differences with Azure SQL Database
3535

docs/relational-databases/extended-events/quick-start-extended-events-in-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After reading this article, you can:
4949

5050
To get started, you need to:
5151

52-
- [Download SQL Server Management Studio (SSMS)](../../ssms/download-sql-server-management-studio-ssms.md). We recommend using a recent version of SSMS with the latest improvements and fixes.
52+
- Install the latest version of [SQL Server Management Studio (SSMS)](/ssms/install/install).
5353
- Ensure that your account has `CREATE ANY EVENT SESSION` (introduced in SQL Server 2022), or `ALTER ANY EVENT SESSION` [server permission](../../t-sql/statements/grant-server-permissions-transact-sql.md).
5454
- Additionally, when using SSMS and for viewing sessions that are created, the login requires the permission `VIEW SERVER PERFORMANCE STATE`.
5555
- For Azure SQL Database, Azure SQL Managed Instance, and SQL database in Fabric, Extended Events event files are stored in Azure Storage. You'll need an [Azure storage account](/azure/storage/common/storage-account-create).

docs/relational-databases/extended-events/selects-and-joins-from-system-views-for-extended-events-in-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To `SELECT` from the system views, the following permission is necessary:
5858

5959
## Catalog views
6060

61-
For the purposes of this page, [create an Extended Events session with SSMS](#create-session-in-sql-server-management-studio-ssms) or [with T-SQL](#create-event-session-in-t-sql). Always use [the latest update of SSMS](../../ssms/download-sql-server-management-studio-ssms.md).
61+
For the purposes of this page, [create an Extended Events session with SSMS](#create-session-in-sql-server-management-studio-ssms) or [with T-SQL](#create-event-session-in-t-sql). Install the latest version of [SQL Server Management Studio (SSMS)](/ssms/install/install).
6262

6363
<a id="section_B_1_SSMS_UI_perspective"></a>
6464
<a id="b_1_SSMS_UI_perspective"></a>

docs/relational-databases/extended-events/use-the-ssms-xe-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The XEvent Profiler is a SQL Server Management Studio (SSMS) feature that displa
2424
Unlike SQL Profiler, XEvent profiler is directly integrated into SSMS and is built on top of the scalable Extended Events technology in the SQL engine. This feature enables quick access to a live streaming view of diagnostics events on the SQL Server. This view can be customized and those customizations can be shared with other SSMS users as a .viewsettings file. The session created by XE Profiler is less intrusive to the running SQL Server than a similar SQL trace would be when using SQL Profiler. This session can be customized by the user as well, using the existing XE session properties UI or by Transact-SQL.
2525

2626
## Prerequisites
27-
This feature is only available on SQL Server Management Studio (SSMS) v17.3 or later. Make sure you are using the latest version. You can find the latest version [here.](../../ssms/download-sql-server-management-studio-ssms.md)
27+
This feature is only available on SQL Server Management Studio (SSMS) v17.3 or later. Install the latest version of [SQL Server Management Studio (SSMS)](/ssms/install/install).
2828

2929
## <a id="getting-started"></a>Getting Started
3030
To access the XEvent Profiler, follow these steps:

docs/relational-databases/import-export/import-data-from-excel-to-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article summarizes the frequently used methods and provides links for more
1919

2020
## List of methods
2121

22-
There are several ways to import data from Excel. You need to install [SQL Server Management Studio](../../ssms/download-sql-server-management-studio-ssms.md) (SSMS) to use some of these tools.
22+
There are several ways to import data from Excel. Install the latest version of [SQL Server Management Studio (SSMS)](/ssms/install/install) to use some of these tools.
2323

2424
You can use the following tools to import data from Excel:
2525

docs/relational-databases/import-export/import-flat-file-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PROSE analyzes data patterns in your input file to infer column names, types, de
2828

2929
## Prerequisites
3030

31-
This feature is available on SQL Server Management Studio (SSMS) v17.3 or later. Make sure you're using the latest version. You can find the latest version [here.](../../ssms/download-sql-server-management-studio-ssms.md)
31+
Install the latest version of [SQL Server Management Studio (SSMS)](/ssms/install/install).
3232

3333
## <a id="started"></a>Getting Started
3434

docs/relational-databases/in-memory-oltp/determining-if-a-table-or-stored-procedure-should-be-ported-to-in-memory-oltp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
3030
> [!IMPORTANT]
3131
> The performance of a database system is dependent on a variety of factors, not all of which the transaction performance collector can observe and measure. Therefore, the transaction performance analysis report does not guarantee actual performance gains will match its predictions, if any predictions are made.
3232
33-
The Transaction Performance Analysis report and the migration advisors are installed as part of SQL Server Management Studio (SSMS) when you select **Management Tools-Basic** or **Management Tools-Advanced** when you install [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)], or when you [Download SQL Server Management Studio](../../ssms/download-sql-server-management-studio-ssms.md).
33+
The Transaction Performance Analysis report and the migration advisors are installed as part of SQL Server Management Studio (SSMS) when you select **Management Tools-Basic** or **Management Tools-Advanced** when you install [!INCLUDE[ssnoversion](../../includes/ssnoversion-md.md)], or when you install [SQL Server Management Studio](/ssms/install/install).
3434

3535
## Transaction Performance Analysis Reports
3636
You can generate transaction performance analysis reports in **Object Explorer** by right-clicking on the database, selecting **Reports**, then **Standard Reports**, and then **Transaction Performance Analysis Overview**. The database needs to have an active workload, or a recent run of a workload, in order to generate a meaningful analysis report.

docs/relational-databases/in-memory-oltp/requirements-for-using-memory-optimized-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In addition to the [SQL Server 2022: Hardware and software requirements](../../s
3535

3636
- [!INCLUDE [inmemory-md](../../includes/inmemory-md.md)] is installed as part of **Database Engine Services**.
3737

38-
To install report generation ([Determining if a Table or Stored Procedure Should Be Ported to In-Memory OLTP](determining-if-a-table-or-stored-procedure-should-be-ported-to-in-memory-oltp.md)) and [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)] (to manage [!INCLUDE [inmemory-md](../../includes/inmemory-md.md)] via [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)] Object Explorer), [Download SQL Server Management Studio (SSMS)](../../ssms/download-sql-server-management-studio-ssms.md).
38+
To install report generation ([Determining if a Table or Stored Procedure Should Be Ported to In-Memory OLTP](determining-if-a-table-or-stored-procedure-should-be-ported-to-in-memory-oltp.md)), install the latest version of [SQL Server Management Studio (SSMS)](/ssms/install/install) (to manage [!INCLUDE [inmemory-md](../../includes/inmemory-md.md)] via [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)] Object Explorer).
3939

4040
> [!NOTE]
4141
> - For more information specific to in-memory data in Azure SQL Database, see [Optimize performance by using in-memory technologies in Azure SQL Database](/azure/azure-sql/database/in-memory-oltp-overview?view=azuresql-db&preserve-view=true) and [Blog: [!INCLUDE [inmemory](../../includes/inmemory-md.md)] in Azure SQL Database](https://azure.microsoft.com/blog/in-memory-oltp-in-azure-sql-database/).

0 commit comments

Comments
 (0)