Skip to content

Commit e291369

Browse files
author
stevestein
committed
update sqlops to data studio
1 parent 4f2436f commit e291369

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/advanced-analytics/install/sql-machine-learning-services-windows-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For local installations, you must run Setup as an administrator. If you install
103103
> [!TIP]
104104
> You can download and install the appropriate version from this page: [Download SQL Server Management Studio (SSMS)](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms).
105105
>
106-
> You can also try out the preview release of [SQL Operations Studio](https://docs.microsoft.com/sql/sql-operations-studio/what-is), which supports administrative tasks and queries against SQL Server.
106+
> You can also try out the preview release of [Azure Data Studio](../../azure-data-studio/what-is.md), which supports administrative tasks and queries against SQL Server.
107107
108108
2. Connect to the instance where you installed Machine Learning Services, click **New Query** to open a query window, and run the following command:
109109

docs/advanced-analytics/install/sql-r-services-windows-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For local installations, you must run Setup as an administrator. If you install
8888
> [!TIP]
8989
> You can download and install the appropriate version from this page: [Download SQL Server Management Studio (SSMS)](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms).
9090
>
91-
> You can also try out the preview release of [SQL Operations Studio](https://docs.microsoft.com/sql/sql-operations-studio/what-is), which supports administrative tasks and queries against SQL Server.
91+
> You can also try out the preview release of [Azure Data Studio](../../azure-data-studio/what-is.md), which supports administrative tasks and queries against SQL Server.
9292
9393
2. Connect to the instance where you installed Machine Learning Services, click **New Query** to open a query window, and run the following command:
9494

docs/breadcrumb/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,9 +1106,9 @@
11061106
href: /sql/tools/
11071107
homepage: /sql/tools/overview-sql-tools
11081108
items:
1109-
- name: SQL Operations Studio
1110-
href: /sql/sql-operations-studio/
1111-
homepage: /sql/sql-operations-studio/what-is
1109+
- name: Azure Data Studio
1110+
href: /sql/azure-data-studio/
1111+
homepage: /sql/azure-data-studio/what-is
11121112
- name: Configuration Manager
11131113
href: /sql/tools/configuration-manager/
11141114
homepage: /sql/tools/configuration-manager/sql-server-configuration-manager-help

docs/linux/sql-server-linux-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following sections provide common questions and answers for SQL Server runni
7575

7676
1. **Is there a tool like SSMS that runs on Linux?**
7777

78-
The new Microsoft SQL Operations Studio (preview) is a cross-platform tool for managing SQL Server. For more information, see [What is Microsoft SQL Operations Studio (preview)](../sql-operations-studio/what-is.md).
78+
The new Azure Data Studio (preview) is a cross-platform tool for managing SQL Server. For more information, see [What is Azure Data Studio (preview)](../azure-data-studio/what-is.md).
7979

8080
1. **Are commands like sqlcmd and bcp available on Linux?**
8181

docs/linux/sql-server-linux-management-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The **mssql-conf** tool configures SQL Server on Linux. For more information, se
2727

2828
Almost everything you can do in a client tool can also be accomplished with Transact-SQL statements. SQL Server provides [Dynamic Management Views (DMVs)](../relational-databases/system-dynamic-management-views/system-dynamic-management-views.md) that query the status and configuration of SQL Server. There are also [Transact-SQL commands](../t-sql/language-reference.md) for database management tasks. You can run these commands in any client tool that supports connecting to SQL Server and running Transact-SQL queries, for example [sqlcmd](sql-server-linux-setup-tools.md) or [Visual Studio Code](sql-server-linux-develop-use-vscode.md).
2929

30-
## SQL Server Operations Studio (preview)
30+
## Azure Data Studio (preview)
3131

32-
The new Microsoft SQL Operations Studio (preview) is a cross-platform tool for managing SQL Server. For more information, see [Microsoft SQL Operations Studio (preview)](../sql-operations-studio/what-is.md).
32+
The new Azure Data Studio (preview) is a cross-platform tool for managing SQL Server. For more information, see [Azure Data Studio (preview)](../azure-data-studio/what-is.md).
3333

3434
## SQL Server Management Studio on Windows
3535

docs/sql-server/sql-server-privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article summarizes the behavior of different data objects used within SQL S
2121
- Azure SQL Database
2222
- SQL Server Management Studio (SSMS)
2323
- SQL Server Data Tools (SSDT)
24-
- SQL Operations Studio
24+
- Azure Data Studio
2525
- Database Migration Assistant
2626
- SQL Server Migration Assistant
2727
- MS-SQL Extension

docs/t-sql/language-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Some of the Microsoft tools that issue T-SQL commands are:
3131
- [SQL Server Management Studio](../ssms/download-sql-server-management-studio-ssms.md)
3232
- [SQL Server Data Tools](../ssdt/download-sql-server-data-tools-ssdt.md).
3333
- [sqlcmd](../tools/sqlcmd-utility.md).
34-
- [SQL Operations Studio (preview)](https://docs.microsoft.com/sql/sql-operations-studio/download).
34+
- [Azure Data Studio (preview)](../azure-data-studio/what-is.md).
3535

3636

3737
## Locate the Transact-SQL reference topics

0 commit comments

Comments
 (0)