Skip to content

Commit 07fec6e

Browse files
authored
Merge pull request #13185 from markingmyname/okr1612928
[SSMS] [SEO work] Added SSMS to the titleSuffix section to the docfx file
2 parents 097fe58 + 6314a77 commit 07fec6e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
151151
"sql-server/stretch-database/**/*.md": "SQL Server Stretch Database",
152152
"master-data-services/**/*.md": "SQL Server Master Data Services",
153153
"master-data-services/microsoft-excel-add-in/**/*.md": "SQL Server MDS Excel Add-in",
154-
"ssdt/**/*.md": "SQL Server Data Tools (SSDT)"
154+
"ssdt/**/*.md": "SQL Server Data Tools (SSDT)",
155+
"ssms/**/*.md": "SQL Server Management Studio (SSMS)"
155156
},
156157

157158
"breadcrumb_path": {

docs/ssms/tutorials/connect-query-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Connect to and query a SQL Server instance by using SQL Server Management Studio (SSMS)
2+
title: Connect to and query a SQL Server instance
33
description: A tutorial for connecting to a SQL Server instance by using SQL Server Management Studio and running basic T-SQL queries.
44
keywords: SQL Server, SSMS, SQL Server Management Studio
55
author: MashaMSFT
66
ms.author: mathoma
7-
ms.reviewer: sstein
7+
ms.reviewer: sstein; maghan
88
ms.topic: quickstart
99
ms.prod_service: sql-tools
1010
ms.prod: sql

0 commit comments

Comments
 (0)