0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (5)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

Expert SQL Server 2005 Development (Paperback, 1st ed.): Adam Machanic, Lara Rubbelke, Hugo Kornelis Expert SQL Server 2005 Development (Paperback, 1st ed.)
Adam Machanic, Lara Rubbelke, Hugo Kornelis
R1,250 R972 Discovery Miles 9 720 Save R278 (22%) Out of stock

While building on the skills you already have, Expert SQL Server 2005 Development will help you become an even better developer by focusing on best practices and demonstrating how to design high-performance, maintainable database applications. This book starts by reintroducing the database as a integral part of the software development ecosystem. You'll learn how to think about SQL Server development as you would any other software development. For example, there's no reason you can't architect and test database routines just as you would architect and test application code. And nothing should stop you from implementing the types of exception handling and security rules that are considered so important in other tiers, even if they are usually ignored in the database. You'll learn how to apply development methodologies like these to produce high-quality encryption and SQLCLR solutions. Furthermore, you'll discover how to exploit a variety of tools that SQL Server offers in order to properly use dynamic SQL and to improve concurrency in your applications. Finally, you'll become well versed in implementing spatial and temporal database designs, as well as approaching graph and hierarchy problems.

Pro SQL Server 2005 (Paperback, 1st Corrected ed., Corr. 3rd printing): Robin Dewson, Adam Machanic, Jan D. Narkiewicz, Thomas... Pro SQL Server 2005 (Paperback, 1st Corrected ed., Corr. 3rd printing)
Robin Dewson, Adam Machanic, Jan D. Narkiewicz, Thomas Rizzo, Joseph Sack, …
R1,285 R1,007 Discovery Miles 10 070 Save R278 (22%) Out of stock

SQL Server 2005 is next generation of SQL Server database and represents a massive leap forward for SQL Server developers in terms of programming options, productivity, database management and analysis. This book will take a deep look at the full range of SQL Server enhancements that will give meaningful and relevant examples that show not just how these new features work, but also how to architect their applications in order to exploit the new features most effectively.

This book is all about getting developers working on their own SQL Server 2005 solutions as quickly and painlessly as possible. Some of the core topics covered in the book are: Enhancements to database programmability features and languages, such as ADO.NET, XML, .NET assemblies, and T-SQL; New Servers, services and tools such as Reporting Services, and the Service Broker and DTS; Enhancements to the BI capabilities such as Analysis Services and Notification services.

T-SQL Querying (Paperback): Itzik Ben-Gan, Adam Machanic, Dejan Sarka, Kevin Farlee T-SQL Querying (Paperback)
Itzik Ben-Gan, Adam Machanic, Dejan Sarka, Kevin Farlee
R1,418 R1,086 Discovery Miles 10 860 Save R332 (23%) Ships in 12 - 17 working days

T-SQL insiders help you tackle your toughest queries and query-tuning problems Squeeze maximum performance and efficiency from every T-SQL query you write or tune. Four leading experts take an in-depth look at T-SQL's internal architecture and offer advanced practical techniques for optimizing response time and resource usage. Emphasizing a correct understanding of the language and its foundations, the authors present unique solutions they have spent years developing and refining. All code and techniques are fully updated to reflect new T-SQL enhancements in Microsoft SQL Server 2014 and SQL Server 2012. Write faster, more efficient T-SQL code: Move from procedural programming to the language of sets and logic Master an efficient top-down tuning methodology Assess algorithmic complexity to predict performance Compare data aggregation techniques, including new grouping sets Efficiently perform data-analysis calculations Make the most of T-SQL's optimized bulk import tools Avoid date/time pitfalls that lead to buggy, poorly performing code Create optimized BI statistical queries without additional software Use programmable objects to accelerate queries Unlock major performance improvements with In-Memory OLTP Master useful and elegant approaches to manipulating graphs About This Book For experienced T-SQL practitioners Includes coverage updated from Inside Microsoft SQL Server 2008 T-SQL Querying and Inside Microsoft SQL Server 2008 T-SQL Programming Valuable to developers, DBAs, BI professionals, and data scientists Covers many MCSE 70-464 and MCSA/MCSE 70-461 exam topics

Expert SQL Server 2008 Development (Paperback, 1st ed.): Alastair Aitchison, Adam Machanic Expert SQL Server 2008 Development (Paperback, 1st ed.)
Alastair Aitchison, Adam Machanic
R1,320 Discovery Miles 13 200 Out of stock

Expert SQL Server 2008 Development is aimed at SQL Server developers ready to move beyond Books Online. Author and experienced developer Alastair Aitchison shows you how to think about SQL Server development as if it were any other type of development. You'll learn to manage testing in SQL Server and to properly deal with errors and exceptions. The book also covers critical, database-centric topics such as managing concurrency and securing your data and code through proper privileges and authorization.

Alastair places focus on sound development and architectural practices that will help you become a better developer, capable of designing high-performance, robust, maintainable database applications. He shows you how to apply notable features in SQL Server such as encryption and support for hierarchical data. If developing for SQL Server is what puts the bread on your table, you can do no better than to read this book and to assimilate the expert-level practices that it provides.Promotes expert-level practices Leads to high performance, scalable code Improves productivity, getting you home in time for dinner What you'll learn How to productively handle errors and exceptions. How to exploit features for managing spatial and temporal data. How to manage tree-structured data using the new, hierarchid type. How to write code that easily survives high concurrency. How to program defensively. How to create proper and reusable test environments for your code. How to secure code and data through encryption and proper application of privilege. Who this book is for

SQL Server developers and administrators. Table of Contents Software Development Methodologies for the Database World Best Practices for Database Programming Testing Database Routines Errors and Exceptions Privilege and Authorization Encryption SQLCLR: Architecture and Design Considerations Dynamic T-SQL Designing Systems for Application Concurrency Working with Spatial Data Working with Temporal Data Trees, Hierarchies, and Graphs

Pro SQL Server 2005 (Paperback, 2nd Revised edition): Thomas Rizzo, Adam Machanic, Julian Skinner, Rob Walters, Louis Davidson,... Pro SQL Server 2005 (Paperback, 2nd Revised edition)
Thomas Rizzo, Adam Machanic, Julian Skinner, Rob Walters, Louis Davidson, …
R1,273 R995 Discovery Miles 9 950 Save R278 (22%) Out of stock

Pro SQL Server 2005, Second Edition is a revised and expanded version of this classic and bestselling book, which provides in-depth coverage of all the key new SQL Server features and enhancements. It focuses on what experienced SQL Server DBAs, developers, and Business Intelligence practitioners need to know to get up to speed with SQL Server 2005 as quickly as possible. Each new feature is carefully presented and precisely illustrated using examples to show you how to use it most effectively. The second edition expands on the original by adding chapters on encryption, full-text search, LINQ, and the ADO.NET 3.0 Entity Data Model, bringing it up to date for .NET 3.5, and making it even more attractive than ever to readers. You'll find incisive, expert guidance on all of the major new functionality of SQL Server 2005 under one cover, including essential topics for all SQL Server professionals, such as Transact-SQL enhancements SQL Server Management Studio CLR integration and programming stored procedures in C# SQL Server Reporting Services enhancements SQL Server Analysis Services enhancements The new XML datatype and XQuery support Security enhancements and Service Broker SQL Server Integration Services for data extraction, transformation, and loading Encryption Full-text search ADO.NET 3.0 Entity Data Model A team of expert authors provides practical, in-depth coverage of the core topics each specializes in--all supported by realistic examples, so you'll be able to design and implement your own SQL Server 2005 solutions quickly and painlessly. This book is a roadmap for exploring and exploiting SQL Server 2005. So fasten your seatbelts, start your computers, and race tomastery of SQL Server 2005 What you'll learn How to use enhanced T-SQL statements and features How to use SQL Server Management Studio to manage databases How to program stored procedures in C# with SQLCLR How to use Reporting Services and Analysis Services enhancements How to use the new XML datatype and XQuery support How to take advantage of enhanced security features How to use Service Broker How to use Integration Services to extract, transform, and load data How to encrypt and decrypt data How to do full-text searches How to simply access data with LINQ How to use the ADO.NET 3.0 Entity Data Model Who is this book for? Pro SQL Server 2005, Second Edition is for every experienced SQL Server 2000 user who wants to quickly learn about the many major new features of SQL Server 2005. It's also for experienced SQL Server 2005 users who need to quickly master new features and exploit them to solve problems in a more efficient and effective way. Each chapter is a self-contained, in-depth introduction to a new feature. The wealth of information contained makes the book an indispensable reference for every database user, programmer, and administrator. About the Apress Pro Series The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard-wonsolutions to problems you will face in your professional programming career. Related Titles from Apress Pro T-SQL 2005 Programmer's Guide Pro SQL Server 2005 Reporting Services Foundations of SQL Server 2005 Business Intelligence Expert C# 2005 Business Objects. Second Edition Foundations of LINQ in C#

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Mountain Backgammon - The Classic Game…
Lily Dyu R575 R460 Discovery Miles 4 600
Mixtape Hand Held Car Vacuum Cleaner
R320 R198 Discovery Miles 1 980
Microsoft Xbox Series X Console (1TB…
R14,999 Discovery Miles 149 990
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
White Glo Traveller's Pack
R70 Discovery Miles 700
Lucky Metal Cut Throat Razer Carrier
R30 Discovery Miles 300
XXdreamSToys Bondage Tape (20m)(Black)
R199 R139 Discovery Miles 1 390
Red Elephant Horizon Backpack…
R486 Discovery Miles 4 860
Aqualine Back Float (Yellow and Blue)
R277 Discovery Miles 2 770
Genuine Leather Wallet With Clip Closure…
R299 R149 Discovery Miles 1 490

 

Partners