
Beginning SQL Server for Developers
Robin Dewson(Author)
APress
4th Edition
Published on 27. December 2014
Book
Paperback/Softback
XXI, 684 pages
978-1-4842-0281-4 (ISBN)
Description
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 fromcaching 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 lifecycleIncludes brand new coverage of the in-memory featuresIntroduces the freely-available Express Edition
More details
Edition
4th ed.
Language
English
Place of publication
Berkeley
United States
Publishing group
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG
Target group
Popular/general
Edition type
Revised edition
Product notice
Paperback (trade)
Unsewn / adhesive bound
Illustrations
505 s/w Abbildungen
XXI, 684 p. 505 illus.
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 36 mm
Weight
1255 gr
ISBN-13
978-1-4842-0281-4 (9781484202814)
DOI
10.1007/978-1-4842-0280-7
Schweitzer Classification
Other editions
Additional editions

Robin Dewson
Beginning SQL Server for Developers
E-Book
01/2015
4th Edition
APress
€66.99
Available for download
Person
Robin Dewson has been hooked on programming ever since he bought his first computer, a Sinclair ZX80, in 1980. He has been working with SQL Server since version 6.5 and Visual Basic since version 5. Robin is a consultant mainly in the city of London, where he has been for nearly eight years. He also has been developing a rugby-related website as well as maintaining his own site at Fat-Belly.com.
Content
1. Overview and Installation 2. SQL Server Management Studio 3. Database Design and Creation 4. Security and Compliance 5. Defining Tables 6. Creating Indexes and Database Diagramming 7. In-memory Tables 8. Database Backups and Recovery 9. Database Maintenance 10. Data Insertion, Deletion, and Transactions-- Disk-Based 11. Selecting and Updating Data from Disk-Based Tables 12. Working with In-Memory Tables 13. Building a View 14. Stored Procedures, Functions, and Security 15. Natively Compiled Stored Procedures 16. Essentials for Effective Coding 17. Advanced T-SQL and Debugging 18. Triggers 19. Connecting via Code