Detailansicht

SQL Server T-SQL Recipes

Dye, David/Brimhall, Jason/Roberts, Timothy et al
ISBN/EAN: 9781484200629
Umbreit-Nr.: 6676648

Sprache: Englisch
Umfang: lxxix, 972 S., 16 s/w Illustr., 972 p. 16 illus.
Format in cm: 5.1 x 25.5 x 17.7
Einband: kartoniertes Buch

Erschienen am 09.07.2015
Auflage: 4/2015
€ 106,99
(inklusive MwSt.)
Lieferbar innerhalb 1 - 2 Wochen
  • Zusatztext
    • SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server. This edition has been lightly updated for SQL Server 2014 and provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, create in-memory tables and stored procedures, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on. Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around a single facet of the language such as writing queries, managing indexes, error handling, and query performance. Each solution is presented code-first, giving you a working code example to copy from and implement immediately in your own environment. Following each example is an in-depth description of how and why the given solution works. Tradeoffs and alternative approaches are also discussed. - Focused on solutions: Look up what you need to do. Learn how to do it. Do it. Current: Lightly updated for SQL Server 2014 Comprehensive: Covers all common TSQL problem domains
  • Kurztext
    • SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server.It provides ready-to-implement solutions to common programming and database administration tasks.
  • Autorenportrait
    • Inhaltsangabe1. Getting Started with SELECT2. Elementary Programming3. Working with NULLS4. Combining Data from Multiple Tables5. Aggregations and Grouping6. Advanced SELECT Techniques7. Windowing8. Inserting, Updating, Deleting9. Working with Strings10. Working with Dates11. Working with Numbers12. Transactions, Locking, Blocking, Deadlockin13. Managing Tables14. Managing Views15. Managing Indexes16. Managing Large Tables17. Stored Procedures18. User-Defined Functions19. In-Memory T-SQL20. Triggers21. Error Handling22. Query Performance23. Hints24. Index Tuning and Statistics25. XML26. Files, Filegroups, and Integrity27. Backup28. Recovery29. Principals and Users30. Securables and Permissions31. Objects and Dependencies