From 23baf8b87b82ad265276cf164f59de2579b4cf98 Mon Sep 17 00:00:00 2001 From: Diego Dias Date: Tue, 15 Oct 2013 11:39:02 -0300 Subject: [PATCH] Update free-programming-books.md --- free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index adf7245c..a5cf8278 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -74,6 +74,7 @@ * [Smalltalk](#smalltalk) * [Subversion](#subversion) * [SQL (implementation agnostic)](#sql-implementation-agnostic) +* [SQL Server](#sql-server) * [Teradata](#teradata) * [Theory](#theory) * [Vim](#vim) @@ -824,6 +825,10 @@ * [Use The Index, Luke!: A Guide To SQL Database Performance](http://use-the-index-luke.com/) * [Learn SQL The Hard Way](http://sql.learncodethehardway.org/) +###SQL Server +* [Introducing Microsoft SQL Server 2008 R2](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#IntroducingMicrosoftSQLServer2008R2) +* [Introducing Microsoft SQL Server 2012](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#IntroducingMicrosoftSQLServer2012) +* [SQL Server 2012 Tutorials: Reporting Services](http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#SQLServer2012Tutorials:ReportingServices) ###Teradata -- GitLab