Skip to content

Commit 2ab68cc

Browse files
authored
Merge pull request #14839 from JKirsch1/metadescriptionbranch2
14839 | Adding meta descriptions
2 parents 3185030 + e1bda52 commit 2ab68cc

10 files changed

Lines changed: 10 additions & 2 deletions

docs/relational-databases/blob/avoid-conflicts-with-database-operations-in-filestream-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Avoid conflicts - FILESTREAM database operations | Microsoft Docs"
3-
description: Avoid Conflicts with Database Operations in FILESTREAM Applications
3+
description: Applications that read or write FILESTREAM blob data can encounter conflict errors with Transact-SQL statements. Learn how to avoid these types of conflicts.
44
ms.custom: "seo-lt-2019"
55
ms.date: "12/13/2019"
66
ms.prod: sql

docs/relational-databases/blob/binary-large-object-blob-data-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Binary Large Object (Blob) Data (SQL Server) | Microsoft Docs"
3+
description: With FILESTREAM, FileTables, and Remote Blob Store (RBS), SQL Server can store blobs in the database or in remote storage. Compare options for storing blobs.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/relational-databases/blob/compare-options-for-storing-blobs-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Compare Options for Storing Blobs (SQL Server) | Microsoft Docs
3+
description: SQL Server can store binary large object (blob) data used by Windows applications. Compare options in this relational database for storing unstructured data.
34
ms.custom: ""
45
ms.date: 03/04/2019
56
ms.prod: sql

docs/relational-databases/blob/create-alter-and-drop-filetables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Create, Alter, and Drop FileTables | Microsoft Docs"
3+
description: In SQL Server, the FileTables feature uses a directory structure to store files. Learn how to create a new FileTable or alter or drop an existing FileTable.
34
ms.custom: ""
45
ms.date: "03/06/2017"
56
ms.prod: sql

docs/relational-databases/blob/enable-and-configure-filestream.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Enable and configure FILESTREAM | Microsoft Docs"
3+
description: To use FILESTREAM, first enable it on the SQL Server Database Engine instance. Learn how to enable FILESTREAM by using SQL Server Configuration Manager.
34
ms.custom: ""
45
ms.date: "08/23/2017"
56
ms.prod: sql

docs/relational-databases/blob/enable-the-prerequisites-for-filetable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Enable the Prerequisites for FileTable | Microsoft Docs"
3+
description: To use FileTables, first turn on FILESTREAM, specify a directory, and set certain options and access levels. Learn how to meet all prerequisites.
34
ms.custom: ""
45
ms.date: "03/14/2017"
56
ms.prod: sql

docs/relational-databases/blob/filestream-compatibility-with-other-sql-server-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "FILESTREAM compatibility | Microsoft Docs"
3-
description: "FILESTREAM compatibility with other SQL Server features"
3+
description: FILESTREAM stores data in the file system. Read about guidelines, limitations, and tips to keep in mind when using FILESTREAM with various SQL Server features.
44
ms.custom: "seo-lt-2019"
55
ms.date: "12/13/2019"
66
ms.prod: sql

docs/relational-databases/blob/filestream-ddl-functions-stored-procedures-and-views.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "FILESTREAM, functions, stored procedures, views | Microsoft Docs"
3+
description: FILESTREAM works with specific Transact-SQL statements, APIs, functions, stored procedures, and views. Learn which statements and objects support FILESTREAM.
34
ms.custom: "seo-lt-2019"
45
ms.date: "12/13/2019"
56
ms.prod: sql

docs/relational-databases/blob/remote-blob-store-rbs-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Remote Blob Store (RBS) (SQL Server) | Microsoft Docs"
3+
description: SQL Server Remote BLOB Store (RBS) stores binary large objects in commodity storage instead of on the main database server. Learn about this add-on component.
34
ms.custom: ""
45
ms.date: "11/03/2016"
56
ms.prod: sql

docs/relational-databases/blob/work-with-directories-and-paths-in-filetables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Work with Directories and Paths in FileTables | Microsoft Docs"
3+
description: The FileTables feature uses a directory structure to store files. Learn how to work with its directories, paths, restrictions, and semantics.
34
ms.custom: ""
45
ms.date: "08/26/2016"
56
ms.prod: sql

0 commit comments

Comments
 (0)