Skip to content

Commit

Permalink
Cosmos DB: Removed SQL API include Cont
Browse files Browse the repository at this point in the history
  • Loading branch information
mimig1 committed Mar 23, 2018
1 parent b9d18e3 commit 5a7ecdc
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-sdk-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ ms.custom: H1Hack27Feb2017
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

The SQL API Java SDK supports synchronous operations. For asynchronous support, use the [SQL API Async Java SDK](sql-api-sdk-async-java.md).

<table>
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-sdk-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ ms.custom: H1Hack27Feb2017
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

<table>

<tr><td>**Download SDK**</td><td>[NPM](https://www.npmjs.com/package/documentdb)</td></tr>
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-sdk-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ ms.custom: H1Hack27Feb2017
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

<table>

<tr><td>**Download SDK**</td><td>[PyPI](https://pypi.python.org/pypi/pydocumentdb)</td></tr>
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-sql-query-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ms.author: arramac
---
# Tuning query performance with Azure Cosmos DB

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Azure Cosmos DB provides a [SQL API for querying data](sql-api-sql-query.md), without requiring schema or secondary indexes. This article provides the following information for developers:

* High-level details on how Azure Cosmos DB's SQL query execution works
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-sql-query-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ms.author: laviswa

# Azure Cosmos DB SQL syntax reference

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Azure Cosmos DB supports querying documents using a familiar SQL (Structured Query Language) like grammar over hierarchical JSON documents without requiring explicit schema or creation of secondary indexes. This topic provides reference documentation for the SQL query language, which is compatible with SQL API accounts.

For a walkthrough of the SQL query language, see [SQL queries for Azure Cosmos DB](sql-api-sql-query.md).
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-sql-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ms.author: laviswa
---
# SQL queries for Azure Cosmos DB

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Microsoft Azure Cosmos DB supports querying documents using SQL (Structured Query Language) as a JSON query language on SQL API accounts. Azure Cosmos DB is truly schema-free. By virtue of its commitment to the JSON data model directly within the database engine, it provides automatic indexing of JSON documents without requiring explicit schema or creation of secondary indexes.

While designing the query language for Cosmos DB, we had two goals in mind:
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/tutorial-develop-sql-api-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ ms.custom: mvc

# Azure CosmosDB: Develop with the SQL API in .NET

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Azure Cosmos DB is Microsoft’s globally distributed multi-model database service. You can quickly create and query document, key/value, and graph databases, all of which benefit from the global distribution and horizontal scale capabilities at the core of Azure Cosmos DB.

This tutorial demonstrates how to create an Azure Cosmos DB account using the Azure portal, and then create a document database and collection with a [partition key](sql-api-partition-data.md#partition-keys) using the [SQL .NET API](sql-api-introduction.md). By defining a partition key when you create a collection, your application is prepared to scale effortlessly as your data grows.
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/tutorial-global-distribution-sql-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ms.custom: mvc
---
# How to setup Azure Cosmos DB global distribution using the SQL API

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

In this article, we show how to use the Azure portal to setup Azure Cosmos DB global distribution and then connect using the SQL API.

This article covers the following tasks:
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/tutorial-query-sql-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ ms.author: rafats

# Tutorial: Query Azure Cosmos DB by using the SQL API

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

The Azure Cosmos DB [SQL API](documentdb-introduction.md) supports querying documents using SQL. This article provides a sample document and two sample SQL queries and results.

This article covers the following tasks:
Expand Down

0 comments on commit 5a7ecdc

Please sign in to comment.