Skip to content

Commit 4c13fcc

Browse files
committed
fixing descriptions
1 parent 6bf7297 commit 4c13fcc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

articles/azure-sql/database/connect-query-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Go to query
3-
description: Use Go to create a program that connects to a Microsoft Azure SQL database, and use Transact-SQL statements to query and modify data.
3+
description: Use Go to create a program that connects to a database in Azure SQL Database, and use Transact-SQL statements to query and modify data.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: development

articles/azure-sql/database/connect-query-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Java to query a database
3-
description: Shows you how to use Java to create a program that connects to a Microsoft Azure SQL database and query it using T-SQL statements.
3+
description: Shows you how to use Java to create a program that connects to a database in Azure SQL Database and query it using T-SQL statements.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: development

articles/azure-sql/database/connect-query-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Node.js to query a database
3-
description: How to use Node.js to create a program that connects to a Microsoft Azure SQL database and query it using T-SQL statements.
3+
description: How to use Node.js to create a program that connects to a database in Azure SQL Database and query it using T-SQL statements.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: development

articles/azure-sql/database/connect-query-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use PHP to query
3-
description: How to use PHP to create a program that connects to a Microsoft Azure SQL database and query it using T-SQL statements.
3+
description: How to use PHP to create a program that connects to a database in Azure SQL Database and query it using T-SQL statements.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: development

articles/azure-sql/database/connect-query-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Python to query a database
3-
description: This topic shows you how to use Python to create a program that connects to a Microsoft Azure SQL database and query it using Transact-SQL statements.
3+
description: This topic shows you how to use Python to create a program that connects to a database in Azure SQL Database and query it using Transact-SQL statements.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: development

articles/azure-sql/database/connect-query-r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use R with Machine Learning Services to query a database (preview)
33
titleSuffix: Azure SQL Database Machine Learning Services (preview)
4-
description: This article shows you how to use an R script with Azure SQL Database Machine Learning Services to connect to an Azure SQL Database and query it using Transact-SQL statements.
4+
description: This article shows you how to use an R script with Azure SQL Database Machine Learning Services to connect to a database in Azure SQL Database and query it using Transact-SQL statements.
55
services: sql-database
66
ms.service: sql-database
77
ms.subservice: machine-learning

articles/azure-sql/database/connect-query-ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Ruby to query
3-
description: This topic shows you how to use Ruby to create a program that connects to a Microsoft Azure SQL database and query it using Transact-SQL statements.
3+
description: This topic shows you how to use Ruby to create a program that connects to a database in Azure SQL Database and query it using Transact-SQL statements.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: development

articles/azure-sql/database/connect-query-ssms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SSMS: Connect and query data"
33
titleSuffix: Azure SQL Database & SQL Managed Instance
4-
description: Learn how to connect to Azure SQL Database or SQL Managed Instance using SQL Server Management Studio (SSMS). Then run Transact-SQL (T-SQL) statements to query and edit data.
4+
description: Learn how to connect to a database in Azure SQL Database or SQL Managed Instance using SQL Server Management Studio (SSMS). Then run Transact-SQL (T-SQL) statements to query and edit data.
55
keywords: connect to sql database,sql server management studio
66
services: sql-database
77
ms.service: sql-database

0 commit comments

Comments
 (0)