Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Beginning SQL Server for Developers, 4 edition

Posted By: nebulae
Beginning SQL Server for Developers, 4 edition

Robin Dewson, "Beginning SQL Server for Developers, 4 edition"
English | ISBN: 1484202813 | 2015 | 684 pages | PDF | 26 MB

Beginning SQL Server for Developers is the perfect book for developers new to SQL Server and planning to create and deploy applications against Microsoft’s market-leading database system for the Windows platform. Now in its fourth edition, the book is enhanced to cover the very latest developments in SQL Server, including the in-memory features that are introduced in SQL Server 2014.

Within the book, there are plenty of examples of tasks that developers routinely perform. You’ll learn to create tables and indexes, and be introduced to best practices for securing your valuable data. You’ll learn design tradeoffs and find out how to make sound decisions resulting in scalable databases and maintainable code.

SQL Server 2014 introduces in-memory tables and stored procedures. It's now possible to accelerate applications by creating tables (and their indexes) that reside entirely in memory, and never on disk. These new, in-memory structures differ from caching mechanisms of the past, and make possible the extraordinarily swift execution of certain types of queries such as are used in business intelligence applications. Beginning SQL Server for Developers helps you realize the promises of this new feature set while avoiding pitfalls that can occur when mixing in-memory tables and code with traditional, disk-based tables and code.

Beginning SQL Server for Developers takes you through the entire database development process, from installing the software to creating a database to writing the code to connect to that database and move data in and out. By the end of the book, you’ll be able to design and create solid and reliable database solutions using SQL Server.

Takes you through the entire database application development lifecycle
Includes brand new coverage of the in-memory features
Introduces the freely-available Express Edition
What you’ll learn
Install SQL Server
Build database applications from start to finish
Accelerate applications via the in-memory features
Write stored code to execute directly in the database server
Back up, recover, and otherwise maintain your database

Connect to your database from client languages such as C# and VB .NET
Who this book is for

Beginning SQL Server for Developers is ideal for developers starting out with SQL Server 2012 or 2014. There is no prerequisite background in developing database applications. Developers from other platforms and those brand new to database programming alike will find in Beginning SQL Server for Developers an excellent introduction to using and programming Microsoft’s database platform.
Download