0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (4)
  • R1,000 - R2,500 (8)
  • -
Status
Brand

Showing 1 - 12 of 12 matches in All Departments

Beginning SQL Server for Developers (Paperback, 4th ed.): Robin Dewson Beginning SQL Server for Developers (Paperback, 4th ed.)
Robin Dewson
R1,912 R1,510 Discovery Miles 15 100 Save R402 (21%) Ships in 10 - 15 working days

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

Beginning SQL Server 2012 for Developers (Paperback, 3rd ed.): Robin Dewson Beginning SQL Server 2012 for Developers (Paperback, 3rd ed.)
Robin Dewson
R1,445 R1,175 Discovery Miles 11 750 Save R270 (19%) Ships in 10 - 15 working days

Beginning SQL Server 2012 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 third edition, the book is enhanced to cover the very latest developments in SQL Server 2012. Also new in the book is coverage of the no-cost Express Edition. Whether you have no knowledge of databases, or have knowledge of desktop databases such as Microsoft Access, or even come from another brand such as Oracle Database, Beginning SQL Server 2012 for Developers provides the insights to get up and running with SQL Server 2012. Within the book, there are plenty of examples of tasks that developers routinely perform. You'll learn to create tables and indexes, and 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. Beginning SQL Server 2012 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 2012. * Takes you through the entire database application development lifecycle * Includes brand new coverage of SQL Server 2012 features * Introduces the freely-available Express Edition What you'll learn * How to install SQL Server 2012 * How to build a database application from start to finish * How to create tables and indices to manage your data * How to write stored code to execute directly in the database server * How to back up, recover, and otherwise maintain your database * How to connect to your database from client languages such as C# and VB .NET Who this book is for Beginning SQL Server 2012 for Developers is ideal for developers starting out with SQL Server 2012. 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 2012 for Developers an excellent introduction to using and programming Microsoft's database platform. Table of Contents * Overview and Installation * SQL Server Management Studio * Database Design and Creation * Security and Compliance * Defining Tables * Creating Indexes and Database Diagramming * Database Backups and Recovery * Database Maintenance * Inserting and Deleting Data * Selecting and Updating Data * Building a View * Stored Procedures, Functions, and Security * Essentials for Effective Coding * Advanced T-SQL * Triggers * Connecting from Client Code

Beginning SQL Server 2008 Express for Developers - From Novice to Professional (Paperback, 1st ed.): Robin Dewson Beginning SQL Server 2008 Express for Developers - From Novice to Professional (Paperback, 1st ed.)
Robin Dewson
R1,387 R1,117 Discovery Miles 11 170 Save R270 (19%) Ships in 10 - 15 working days

Beginning SQL Server 2008 Express for Developers: From Novice to Professional takes a developer, and even a database administrator, from knowing nothing about SQL Server 2008 Express Edition to being ready to design and build a fully functioning system that is secure, reliable, maintainable, and robust. The Express Edition of SQL Server is a free resource commonly used by students, developers of small systems, and those transferring skills from other databases. This book focuses on the features within the Express Edition and therefore will not confuse readers with coverage of features found only in the Development Edition. By the end of the book, readers will be ready to move on to Accelerated SQL Server 2008 as well as other books within the Apress SQL Server lineup such as Pro SQL Server 2008 Reporting Services.Covers using the free Express Edition of SQL Server Describes creating a database from scratch and builds on this Provides an understanding of SQL Server Express 2008, allowing you to build future solutions for you and your business What you'll learn Learn what features exist within SQL Server 2008 Express Edition and how to install and upgrade the product and set up security. Design and create a database. Build database objects, such as tables and stored procedures, graphically as well as programmatically. Work with datainserting, updating, deleting, and retrievingusing simple and complex queries, programs, and data views. Generate reports from data. Implement a solid database maintenance strategy that includes backing up and restoring your data when necessary. Take advantage of advanced TransactSQL techniques to get the most out of your data. Ensure good performance by building the right indexes, defining the right relationships between tables, and joining tables in the most optimal manner. Who this book is for

Anyone interested in working with SQL Server as a database, and particularly those who wish for a no-cost database platform that plays well in the .NET environment. Ideal for those starting out in IT or who have to prior database experience.

Beginning SQL Server 2008 for Developers - From Novice to Professional (Paperback, 1st ed.): Robin Dewson Beginning SQL Server 2008 for Developers - From Novice to Professional (Paperback, 1st ed.)
Robin Dewson
R1,359 R1,088 Discovery Miles 10 880 Save R271 (20%) Ships in 10 - 15 working days

SQL Server 2008 is a first-rate database management system. It offers more capability than any previous release of SQL Server. More than just a classic relational database management system, SQL Server 2008 includes exciting and powerful features that make it useful for everything from large corporate data warehouses to ad hoc departmental databases. You'll find enhanced support for XML, new support for spatial data, transparent data encryption, a policy-based management system, and more. Author and developer Robin Dewson will show you the way from beginner to SQL Server 2008 professional. Learn to install SQL Server 2008 and navigate around Management Studio before getting right to the heart of mastering fundamental SQL Server 2008 tasks: creating tables, storing data, securing data, and retrieving it again. Dewson ensures you'll be fully prepared to use all the basics and create a solid foundation for your own projects. Don't forget about backups Your database will house important data, so backing up is essential to protect yourself from inevitable hardware failure. Dewson walks you through SQL Server 2008's easy-to-use backup and recovery feature set, giving you the grounding that you need in order to set up a reliable plan for recovery in your own environment. Learn to use Transact-SQL, a full-blown procedural language that is built right into the database system. Transact-SQL is the key to unlocking everything that SQL Server 2008 has to offer. Using Transact-SQL, you can write centrally encapsulated business logic through the use of stored procedures, automatically trigger processing through the use of triggers, and manipulate data within the server without having tomove data back and forth across the network. Finally, you'll learn a bit about SQL Server 2008 Reporting Services, a powerful tool that allows enterprise reporting. Reporting Services enables you to develop and serve reports across your organization and even to business partners outside your company. Reporting Services also gives end users the ability to create their own reports, helping them transform business data into valuable, usable information to guide their day-to-day decisions. What you'll learn Install and manage SQL Server on your system. Create and secure tables. Store and query data; use indexes to improve query performance. Sleep when the wind blows, because you have a solid backup and recovery process. Run procedural code inside your database in the form of Transact-SQL procedures and triggers. Serve up business reports to in-house users and outside business partners via SQL Server 2008 Reporting Services. Who is this book for? Developers new to SQL Server 2008. If you are just beginning to develop software using SQL Server 2008, or if you are planning to do so in the near future, this book will set you on the road to success. About the Apress Beginning Series The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from novice to professional. You'll start your journey by seeing what you need to know--but without needless theory and filler. You'll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your nextcareer challenge or a new learning opportunity, the Beginning series from Apress will take you there--it is your trusted guide through unfamiliar territory Related Titles Applied Mathematics for Database Professionals

Beginning SQL Server 2005 Express For Developers - From Novice To Professional (Paperback, 1st ed.): Robin Dewson Beginning SQL Server 2005 Express For Developers - From Novice To Professional (Paperback, 1st ed.)
Robin Dewson
R1,100 R896 Discovery Miles 8 960 Save R204 (19%) Ships in 10 - 15 working days

SQL Server 2005 Express Edition is a free relational database management system from Microsoft and provides a major subset of full SQL Server 2005 functionality. Many users learn on SQL Server 2005 Express Edition and then move on to SQL Server 2005. This book is a comprehensive, clear and gentle introduction to all fundamental aspects of SQL Server 2005 Express and the T-SQL database language. It is highly readable yet technically thorough. The book assumes no prior experience in databases or programming and is ideal for any new SQL Server Express user, whatever their use of SQL Server Express.

Beginning SQL Server 2005 for Developers - From Novice to Professional (Paperback, 2nd Corrected ed., Corr. 2nd printing):... Beginning SQL Server 2005 for Developers - From Novice to Professional (Paperback, 2nd Corrected ed., Corr. 2nd printing)
Robin Dewson
R1,379 R1,109 Discovery Miles 11 090 Save R270 (20%) Ships in 10 - 15 working days

Purchase this book and you'll get the free, fully searchable eBooka $25 value! (Details are printed inside the book.)

SQL Server 2005 will increase your programming options, productivity, analysis, and database management. If you have some basic knowledge of relational databases and want to start a career as a developer using SQL Server, then this book is your ideal first step. It explains the core jobs and roles for developing a database in both SQL Server 2000 and 2005.

This book features practical steps to help you overcome issues youre likely to encounter. You'll learn to use SQL for querying, inserting, updating, and deleting data. You'll also learn how to back up and restore databases for basic administration in SQL Server. Further, you'll cover how to build a complete database, from the fundamentals of relational database design to table and index creation.

Additionally, you'll start to program in T-SQL, SQL Servers implementation (and extension) of the SQL programming language, and you'll come away with effective programming techniques using stored procedures and triggers.

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,452 R1,182 Discovery Miles 11 820 Save R270 (19%) Ships in 10 - 15 working days

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.

Pro SQL Server 2005 Assemblies (Paperback, 1st ed.): Robin Dewson, Julian Skinner Pro SQL Server 2005 Assemblies (Paperback, 1st ed.)
Robin Dewson, Julian Skinner
R1,294 R1,024 Discovery Miles 10 240 Save R270 (21%) Ships in 10 - 15 working days

"Pro SQL Server 2005 Assemblies" provides a detailed and example-driven tutorial on how to build and use .NET assemblies. The authors focus on building assemblies in C#, but also provide the equivalent VB .NET code in the supplied code download.

Assemblies are not a complete replacement for T-SQL stored procedures and triggers; rather, they're enhancements, to be used at the right place and right time. This book examines the ins and outs of assemblies when they should and should not be used, what you can do with them, and how you can get the most out of them. Table of Contents Introducing Assemblies Writing a Simple SQL Assembly The SQL Server .NET Programming Model CLR Stored Procedures User-Defined Functions User-Defined Types User-Defined Aggregates CLR Triggers Error Handling and Debugging Strategies Security Integrating Assemblies with Other Technologies

ASP.NET 1.1 Solutions Toolkit (Paperback, 1st ed.): Matthew MacDonald, Victor Garcia Aprea, Robin Dewson, Saurabh Nandu,... ASP.NET 1.1 Solutions Toolkit (Paperback, 1st ed.)
Matthew MacDonald, Victor Garcia Aprea, Robin Dewson, Saurabh Nandu, Richard Delorme, …
R1,198 R961 Discovery Miles 9 610 Save R237 (20%) Ships in 10 - 15 working days

'ASP.NET 1.1 Solutions Toolkit' is a collection of reusable ASP.NET components, all of which serve two purposes. First, the components may be used as they are (or with minor modifications) to add exciting features to your own ASP.NET web sites. Second, each component's design and implementation is discussed.

SQL Server 2000 Stored Procedures Handbook (Paperback, Softcover reprint of the original 1st ed.): Robin Dewson, Louis... SQL Server 2000 Stored Procedures Handbook (Paperback, Softcover reprint of the original 1st ed.)
Robin Dewson, Louis Davidson, Tony Bain, Chuck Hawkins
R1,012 R821 Discovery Miles 8 210 Save R191 (19%) Ships in 10 - 15 working days

Stored procedures are compiled T-SQL statements that reside on the database, and are the cornerstone of successful data manipulation; data-handling operations of any complexity make use of them. This book is an in-depth guide to a key area of database development.This book tackles real-world problems faced by developers when working with stored procedures, showing how to solve these problems, avoid the common pitfalls and work around them, to produce faster, more robust stored procedures. Put simply: if you want to write better stored procedures, then this is the book for you.

Professional SQL Server Yukon Assemblies (Paperback, 2006 ed.): Robin Dewson, Julian Skinner Professional SQL Server Yukon Assemblies (Paperback, 2006 ed.)
Robin Dewson, Julian Skinner
R1,030 R826 Discovery Miles 8 260 Save R204 (20%) Out of stock

This book is a preview of Microsoft's SQL Server 2005 database. SQL Server 2005 is completely .NET integrated, allowing developers to program in any .NET language, conveniently inside the database. This book is a first look at and illustrates the new .NET capabilities of the database. This book has strong appeal to three core audiences: SQL Server developers, .NET developers, and database administrators. After reading this book, developers will be able to build robust, useful and intelligent assemblies that are safe to execute and secure for the organization.

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...
Cacharel Anais Anais L'original Eau De…
 (1)
R2,317 R989 Discovery Miles 9 890
Hot Wheels Aluminium Bottle…
R129 R69 Discovery Miles 690
Huntlea Urban Round Bed (Red) - Large…
R899 R569 Discovery Miles 5 690
Munchkin Stay Put Suction Bowls (3…
R248 R189 Discovery Miles 1 890
Microwave Egg Poacher (Yellow)
 (1)
R69 R63 Discovery Miles 630
JCB Steel Toe Jogger Shoe (Black)
R1,049 Discovery Miles 10 490
Snookums Baby Honey Dummies (6 Months)
R75 R63 Discovery Miles 630
Rotatrim A4 Paper Ream (80gsm)(500…
R97 Discovery Miles 970
Luca Distressed Peak Cap (Khaki)
R249 Discovery Miles 2 490
Logitech MK120 USB Wired Keyboard…
R299 R253 Discovery Miles 2 530

 

Partners