Skip to content

Commit 6afbb5f

Browse files
author
Jennifer Hubbard
authored
Broken links
1 parent b0c2a89 commit 6afbb5f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/connect/sql-data-developer.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SQL Data Developer | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "01/19/2017"
4+
ms.date: "03/28/2017"
55
ms.prod: "sql-non-specified"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -19,23 +19,23 @@ manager: "jhubbard"
1919
Use Microsoft's SQL data platform to create data-centric solutions across mobile devices and desktops for web servers, enterprise servers, and the cloud.
2020

2121
## SQL Data storage
22-
* [SQL Server Database Engine](https://msdn.microsoft.com/library/ms187875.aspx): Use the SQL Server Database Engine to create relational databases for online transaction processing or online analytical processing data.
23-
* [SQL Azure](https://azure.microsoft.com/services/sql-database/): Use SQL Azure to move your database to the cloud
24-
* [SQL Compact](https://msdn.microsoft.com/library/hh825829.aspx): SQL Server Compact to build standalone and occasionally connected applications for mobile devices, desktops, and Web clients.
25-
* [LocalDB](https://msdn.microsoft.com/library/hh510202.aspx): Use LocalDB during development to write and test Transact-SQL code without having to manage a full server instance of SQL Server.
22+
* [SQL Server Database Engine](https://docs.microsoft.com/sql/database-engine/configure-windows/sql-server-database-engine): Use the SQL Server Database Engine to create relational databases for online transaction processing or online analytical processing data.
23+
* [SQL Azure](https://docs.microsoft.com/azure/sql-database/): Use SQL Azure to move your database to the cloud
24+
* [SQL Compact](https://www.microsoft.com/en-us/download/details.aspx?id=17876): SQL Server Compact to build standalone and occasionally connected applications for mobile devices, desktops, and Web clients.
25+
* [LocalDB](https://docs.microsoft.com/sql/database-engine/configure-windows/sql-server-2016-express-localdb): Use LocalDB during development to write and test Transact-SQL code without having to manage a full server instance of SQL Server.
2626

2727
## SQL Data tools
28-
* [SQL Server Data Tools ](https://msdn.microsoft.com/library/mt204009.aspx) : Use SSDT to build relational databases, Azure SQL databases, Integration Services packages, Analysis Services data models, and Reporting Services reports.
29-
* [SQL Server Management Tools](https://msdn.microsoft.com/library/hh213248.aspx): Use SSMS configure, monitor, and administer instances of SQL Server.
28+
* [SQL Server Data Tools ](https://docs.microsoft.com/sql/ssdt/download-sql-server-data-tools-ssdt) : Use SSDT to build relational databases, Azure SQL databases, Integration Services packages, Analysis Services data models, and Reporting Services reports.
29+
* [SQL Server Management Tools](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms): Use SSMS configure, monitor, and administer instances of SQL Server.
3030

3131
## SQL Data access
32-
* [SQL Client Drivers](https://msdn.microsoft.com/library/mt654049.aspx): Use SQL drivers to connect, query, update, insert, or delete data from a SQL database.
32+
* [SQL Client Drivers](https://docs.microsoft.com/sql/connect/sql-server-drivers): Use SQL drivers to connect, query, update, insert, or delete data from a SQL database.
3333
* [Entity Framework](https://msdn.microsoft.com/library/gg696172.aspx): Use the Entity Framework to easily access databases using LINQ, with direct access to SQL Server and the option to control the mapping between an Entity Data Model (EDM) and raw relational structures.
3434
* [Windows Communication Foundation (WCF)](https://msdn.microsoft.com/library/dd456779.aspx): Use Data Services for a near-turnkey solution to easily create and consume OData services on both the web and intranet
3535
* [Sync Framework](https://msdn.microsoft.com/library/jj839436.aspx): Use the Sync Framework to enable offline access to any data type, any data store, any transfer protocol, and any network topology.
3636
* [Reactive Extensions](https://msdn.microsoft.com/library/hh242985.aspx): Use the Reactive Extensions (Rx) to perform event stream programming and simplify asynchronous programming using observable sequences and LINQ-style query operators. Use the Reactive Extensions for JavaScript (RxJS) to simplify asynchronous callback-based and event-driven programming on the web using observable sequences.
37-
* [CLR Integration](https://msdn.microsoft.com/library/ms131102.aspx): Use CLR Integration to write stored procedures, triggers, user-defined types, user-defined functions, user-defined aggregates, and streaming table-valued functions, using any .NET Framework language, including Microsoft Visual Basic .NET and Microsoft Visual C#.
38-
* [SQLXML 4.0](https://msdn.microsoft.com/library/ms171779.aspx): Use SQLXML 4.0 to export relational data to XML.
37+
* [CLR Integration](https://docs.microsoft.com/sql/relational-databases/clr-integration/common-language-runtime-clr-integration-programming-concepts): Use CLR Integration to write stored procedures, triggers, user-defined types, user-defined functions, user-defined aggregates, and streaming table-valued functions, using any .NET Framework language, including Microsoft Visual Basic .NET and Microsoft Visual C#.
38+
* [SQLXML 4.0](https://docs.microsoft.com/sql/relational-databases/sqlxml/sqlxml-4-0-programming-concepts): Use SQLXML 4.0 to export relational data to XML.
3939

4040
## Data collection, processing, and visualization
4141
* [Analysis Services](https://msdn.microsoft.com/library/bb500153.aspx)
@@ -44,6 +44,6 @@ Use Microsoft's SQL data platform to create data-centric solutions across mobile
4444
* [Replication Services](https://msdn.microsoft.com/library/ms147384.aspx)
4545
* [Reporting Services](https://msdn.microsoft.com/library/bb522713.aspx)
4646
* [Service Broker](https://msdn.microsoft.com/library/bb522893.aspx)
47-
* [Stream Insights](https://msdn.microsoft.com/library/hh750618.aspx)
47+
4848

4949

0 commit comments

Comments
 (0)