Skip to content

Commit de02ec8

Browse files
committed
Fixing incorrect metadata attribute for desc
1 parent b8a0092 commit de02ec8

25 files changed

Lines changed: 25 additions & 25 deletions

docs/t-sql/data-types/data-types-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Data types (Transact-SQL) | Microsoft Docs"
3-
ms.description: "This article provides a summary of the different data types available in SQL Server."
3+
description: "This article provides a summary of the different data types available in SQL Server."
44
ms.date: "09/13/2017"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/data-types/decimal-and-numeric-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "decimal and numeric (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for the decimal and numeric data types. Decimal and numeric are synonyms for numeric data types that have a fixed precision and scale."
3+
description: "Transact-SQL reference for the decimal and numeric data types. Decimal and numeric are synonyms for numeric data types that have a fixed precision and scale."
44
ms.date: "09/10/2019"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "int, bigint, smallint, and tinyint (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for int, bigint, smallint, and tinyint data types. These data types are used to represent integer data."
3+
description: "Transact-SQL reference for int, bigint, smallint, and tinyint data types. These data types are used to represent integer data."
44
ms.date: 09/08/2017
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/functions/cast-and-convert-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CAST and CONVERT (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Reference for the CAST and CONVERT Transact-SQL functions. These functions convert expressions from one data type to another."
3+
description: "Reference for the CAST and CONVERT Transact-SQL functions. These functions convert expressions from one data type to another."
44
ms.date: "08/23/2019"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/functions/charindex-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CHARINDEX (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for the CHARINDEX function."
3+
description: "Transact-SQL reference for the CHARINDEX function."
44
ms.date: "07/24/2017"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/functions/dateadd-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "DATEADD (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for the DATEADD function. This function returns a date that has been modified by the specified date part."
3+
description: "Transact-SQL reference for the DATEADD function. This function returns a date that has been modified by the specified date part."
44
ms.date: "07/29/2017"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/functions/datediff-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "DATEDIFF (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for the DATEDIFF function. Returns the numerical difference between a start and end date based on datepart."
3+
description: "Transact-SQL reference for the DATEDIFF function. Returns the numerical difference between a start and end date based on datepart."
44
ms.date: "07/18/2019"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/functions/datepart-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "DATEPART (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for the DATEPART function. This function returns an integer corresponding to the datepart of a specified date."
3+
description: "Transact-SQL reference for the DATEPART function. This function returns an integer corresponding to the datepart of a specified date."
44
ms.date: "07/29/2017"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

docs/t-sql/functions/format-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "FORMAT (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for the FORMAT function."
3+
description: "Transact-SQL reference for the FORMAT function."
44
ms.date: "08/15/2017"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database"

docs/t-sql/functions/getdate-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "GETDATE (Transact-SQL) | Microsoft Docs"
3-
ms.description: "Transact-SQL reference for the GETDATE function, which returns the current database system time as a datetime value."
3+
description: "Transact-SQL reference for the GETDATE function, which returns the current database system time as a datetime value."
44
ms.date: "09/07/2018"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"

0 commit comments

Comments
 (0)