Skip to content

Commit 0c5b189

Browse files
authored
Merge pull request #115462 from MashaMSFT/carl3
repo sweep set3
2 parents 0f18b51 + 12784eb commit 0c5b189

36 files changed

+90
-104
lines changed

articles/azure-sql/azure-sql-iaas-vs-paas-what-is-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Azure SQL Database offers the following deployment options:
8282

8383
### SQL Server on Azure VM
8484

85-
[**SQL Server on Azure VM**](virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview.md) falls into the industry category *Infrastructure-as-a-Service (IaaS)* and allows you to run SQL Server inside a fully-managed virtual machine (VM) in the Azure cloud. Best for migrations and applications requiring OS-level access. SQL virtual machines in Azure are lift-and-shift ready for existing applications that require fast migration to the cloud with minimal changes or no changes. SQL virtual machines offer full administrative control over the SQL Server instance and underlying OS for migration to Azure. Rapid development and test scenarios when you do not want to buy on-premises non-production SQL Server hardware. SQL virtual machines also run on standardized hardware that is owned, hosted, and maintained by Microsoft. When using SQL virtual machines, you can either pay-as-you-go for a SQL Server license already included in a SQL Server image or easily use an existing license. You can also stop or resume the VM as needed. SQL Server installed and hosted in the cloud runs on Windows Server or Linux virtual machines running on Azure, also known as an infrastructure as a service (IaaS). SQL virtual machines are a good option for migrating on-premises SQL Server databases and applications without any database change. All recent versions and editions of SQL Server are available for installation in an IaaS virtual machine. The most significant difference from SQL databases and SQL Managed Instances, is that SQL Server VMs allow full control over the database engine. You can choose when to start maintenance/patching, change the recovery model to simple or bulk-logged, pause or start the service when needed, and you can fully customize the SQL Server database engine. With this additional control comes the added responsibility to manage the virtual machine.
85+
[**SQL Server on Azure VM**](virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview.md) falls into the industry category *Infrastructure-as-a-Service (IaaS)* and allows you to run SQL Server inside a fully-managed virtual machine (VM) in the Azure cloud. Best for migrations and applications requiring OS-level access. SQL virtual machines in Azure are lift-and-shift ready for existing applications that require fast migration to the cloud with minimal changes or no changes. SQL virtual machines offer full administrative control over the SQL Server instance and underlying OS for migration to Azure. Rapid development and test scenarios when you do not want to buy on-premises non-production SQL Server hardware. SQL virtual machines also run on standardized hardware that is owned, hosted, and maintained by Microsoft. When using SQL virtual machines, you can either pay-as-you-go for a SQL Server license already included in a SQL Server image or easily use an existing license. You can also stop or resume the VM as needed. SQL Server installed and hosted in the cloud runs on Windows Server or Linux virtual machines running on Azure, also known as an infrastructure as a service (IaaS). SQL virtual machines are a good option for migrating on-premises SQL Server databases and applications without any database change. All recent versions and editions of SQL Server are available for installation in an IaaS virtual machine. The most significant difference from SQL Database and SQL Managed Instances, is that SQL Server on Azure VMs allow full control over the database engine. You can choose when to start maintenance/patching, change the recovery model to simple or bulk-logged, pause or start the service when needed, and you can fully customize the SQL Server database engine. With this additional control comes the added responsibility to manage the virtual machine.
8686

8787
Optimized for migrating existing applications to Azure or extending existing on-premises applications to the cloud in hybrid deployments. In addition, you can use SQL Server in a virtual machine to develop and test traditional SQL Server applications. With SQL virtual machines, you have the full administrative rights over a dedicated SQL Server instance and a cloud-based VM. It is a perfect choice when an organization already has IT resources available to maintain the virtual machines. These capabilities allow you to build a highly customized system to address your application’s specific performance and availability requirements.
8888

articles/azure-sql/database/connect-query-dotnet-core.md

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

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)