Skip to content

Commit 9f840e4

Browse files
committed
Update meta descriptions
1 parent a5084a5 commit 9f840e4

10 files changed

Lines changed: 17 additions & 12 deletions

docs/connect/ado-net/microsoft-ado-net-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Microsoft ADO.NET for SQL Server | Microsoft Docs"
3-
description: "Introduction to Microsoft ADO.NET for SQL Server."
2+
title: "Microsoft ADO.NET"
3+
description: "Microsoft ADO.NET for SQL Server is the core data access technology for .NET languages. Use the Microsoft.Data.SqlClient namespace to access SQL Server."
44
ms.custom: ""
55
ms.date: "09/30/2019"
66
ms.prod: sql

docs/connect/odbc/linux-mac/installing-the-driver-manager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Installing the Driver Manager (ODBC Driver for SQL Server) | Microsoft Docs"
2+
title: "Installing the Driver Manager"
3+
description: "This article contains instructions to install the unixODBC Driver Manager for use with all versions of Microsoft ODBC Driver for SQL Server on Linux and macOS."
34
ms.custom: ""
45
ms.date: "02/15/2018"
56
ms.prod: sql

docs/connect/python/pymssql/python-sql-driver-pymssql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Python SQL Driver - pymssql | Microsoft Docs"
2+
title: "Python SQL Driver - pymssql"
3+
description: "This guide describes installing Python, the Microsoft ODBC Driver for SQL Server, and pyODBC. Then using the sample code, connect to and interact with a SQL database."
34
ms.custom: ""
45
ms.date: "01/19/2017"
56
ms.prod: sql

docs/connect/python/pymssql/step-1-configure-development-environment-for-pymssql-python-development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Step 1: Configure pymssql Python development environment | Microsoft Docs"
2+
title: "Step 1: Configure pymssql environment"
3+
description: "Step 1 of this getting started guide involves installing Python, the Microsoft ODBC Driver for SQL Server, and pymssql into your development environment."
34
ms.custom: ""
45
ms.date: "01/19/2017"
56
ms.prod: sql

docs/connect/python/pymssql/step-2-create-a-sql-database-for-pymssql-python-development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Step 2: Create a SQL database for pymssql Python development | Microsoft Docs"
2+
title: "Step 2: Create a SQL database for pymssql"
3+
description: "Step 2 of this getting started guide involves creating a database in SQL Server or Azure SQL Database."
34
ms.custom: ""
45
ms.date: "01/19/2017"
56
ms.prod: sql

docs/connect/python/pymssql/step-3-proof-of-concept-connecting-to-sql-using-pymssql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Step 3: Proof of concept connecting to SQL using pymssql | Microsoft Docs"
2+
title: "Step 3: Connecting to SQL using pymssql"
3+
description: "Step 3 is a proof of concept, which shows how you can connect to SQL Server using Python and pymssql. The basic examples demonstrate selecting and inserting data."
34
ms.custom: ""
45
ms.date: "01/19/2017"
56
ms.prod: sql

docs/connect/python/pyodbc/python-sql-driver-pyodbc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Python SQL Driver - pyodbc | Microsoft Docs"
3-
description: "This guide describes installing Python, the Microsoft ODBC Driver for SQL Server, and pyODBC. Then using the sample code, connect to and interact with a SQL database."
2+
title: "Python SQL Driver - pyodbc"
3+
description: "This guide describes installing Python, the Microsoft ODBC Driver for SQL Server, and pymssql. Then using the sample code, connect to and interact with a SQL database."
44
ms.custom: ""
55
ms.date: "08/09/2017"
66
ms.prod: sql

docs/connect/python/pyodbc/step-1-configure-development-environment-for-pyodbc-python-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Step 1: Configure pyodbc Python development environment | Microsoft Docs"
2+
title: "Step 1: Configure pyodbc Python environment"
33
description: "Step 1 of this getting started guide involves installing Python, the Microsoft ODBC Driver for SQL Server, and pyODBC into your development environment."
44
ms.custom: ""
55
ms.date: "07/06/2018"

docs/connect/python/pyodbc/step-2-create-a-sql-database-for-pyodbc-python-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Step 2: Create a SQL database for pyodbc Python development | Microsoft Docs"
2+
title: "Step 2: Create a SQL database for pyodbc"
33
description: "Step 2 of this getting started guide involves creating a database in SQL Server or Azure SQL Database."
44
ms.custom: ""
55
ms.date: "08/08/2017"

docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Step 3: Proof of concept connecting to SQL using pyodbc | Microsoft Docs"
2+
title: "Step 3: Connecting to SQL using pyodbc"
33
description: "Step 3 is a proof of concept, which shows how you can connect to SQL Server using Python and pyODBC. The basic examples demonstrate selecting and inserting data."
44
ms.custom: ""
55
ms.date: "03/01/2020"

0 commit comments

Comments
 (0)