Beginning SQL Server for Developers
Autor Robin Dewsonen Limba Engleză Paperback – 27 dec 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 lifecycle
- Includes brand new coverage of the in-memory features
- Introduces the freely-available Express Edition
Preț: 345.80 lei
Preț vechi: 432.24 lei
-20% Nou
Puncte Express: 519
Preț estimativ în valută:
66.18€ • 68.74$ • 54.97£
66.18€ • 68.74$ • 54.97£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484202814
ISBN-10: 1484202813
Pagini: 600
Ilustrații: XXI, 684 p. 505 illus.
Dimensiuni: 178 x 254 x 40 mm
Greutate: 1.16 kg
Ediția:4th ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484202813
Pagini: 600
Ilustrații: XXI, 684 p. 505 illus.
Dimensiuni: 178 x 254 x 40 mm
Greutate: 1.16 kg
Ediția:4th ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalNotă biografică
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.
Caracteristici
Beginning SQL Server for Developers introduces Microsoft’s market-leading database product and covers the entire database application development life cycle, including the use of the in-memory feature set.