You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connect/sql-data-developer.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "SQL Data Developer | Microsoft Docs"
3
3
description: "Use Microsoft's SQL data platform to create data-centric solutions across mobile devices and desktops for web servers, enterprise servers, and the cloud."
4
4
ms.custom: ""
5
-
ms.date: "05/06/2020"
5
+
ms.date: "08/05/2020"
6
6
ms.prod: sql
7
7
ms.prod_service: "database-engine"
8
8
ms.reviewer: ""
@@ -18,12 +18,13 @@ Use Microsoft's SQL data platform to create data-centric solutions across mobile
18
18
## SQL Data storage
19
19
*[SQL Server Database Engine](../database-engine/configure-windows/sql-server-database-engine.md): Use the SQL Server Database Engine to create relational databases for online transaction processing or online analytical processing data.
20
20
*[SQL Azure](https://docs.microsoft.com/azure/sql-database/): Use SQL Azure to move your database to the cloud
21
-
*[SQL Compact](https://www.microsoft.com/download/details.aspx?id=30709): SQL Server Compact to build standalone and occasionally connected applications for mobile devices, desktops, and Web clients.
21
+
*[SQL Compact](https://www.microsoft.com/download/details.aspx?id=30709): Use SQL Server Compact to build standalone and occasionally connected applications for mobile devices, desktops, and Web clients.
22
22
*[LocalDB](../database-engine/configure-windows/sql-server-2016-express-localdb.md): Use LocalDB during development to write and test Transact-SQL code without having to manage a full server instance of SQL Server.
23
23
24
24
## SQL Data tools
25
-
*[SQL Server Data Tools](../ssdt/download-sql-server-data-tools-ssdt.md) : Use SSDT to build relational databases, Azure SQL databases, Integration Services packages, Analysis Services data models, and Reporting Services reports.
26
-
*[SQL Server Management Tools](../ssms/download-sql-server-management-studio-ssms.md): Use SSMS configure, monitor, and administer instances of SQL Server.
25
+
*[Azure Data Studio](../azure-data-studio/download-azure-data-studio.md): Use Azure Data Studio on Windows, macOS, and Linux to run SQL Server, Azure SQL Database, PostgreSQL, Jupyter Notebooks and more.
26
+
*[SQL Server Data Tools](../ssdt/download-sql-server-data-tools-ssdt.md): Use SSDT inside Visual Studio to build relational databases, Azure SQL databases, Integration Services packages, Analysis Services data models, and Reporting Services reports.
27
+
*[SQL Server Management Tools](../ssms/download-sql-server-management-studio-ssms.md): Use SSMS on Windows to configure, monitor, and administer instances of SQL Server.
27
28
28
29
## SQL Data access
29
30
*[SQL Client Drivers](sql-connection-libraries.md): Use SQL drivers to connect, query, update, insert, or delete data from a SQL database.
0 commit comments