0
Your cart

Your cart is empty

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

Showing 1 - 12 of 12 matches in All Departments

SQL Server 2012 T-SQL Recipes - A Problem-Solution Approach (Paperback, 3rd ed.): Jason Brimhall, David Dye, Timothy Roberts,... SQL Server 2012 T-SQL Recipes - A Problem-Solution Approach (Paperback, 3rd ed.)
Jason Brimhall, David Dye, Timothy Roberts, Wayne Sheffield, Jonathan Gennick, …
R1,514 Discovery Miles 15 140 Out of stock

SQL Server 2012 T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server 2012. It provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, 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, developing triggers, and applying aggregate functions. 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: Newly updated for SQL Server 2012 * Comprehensive: Covers all common T-SQL problem domains What you'll learn * Create databases, tables, and indexes * Query and manipulate data * Store and manage XML inside the database * Move business logic into the database * Resolve common performance problems. * Build reports that matter to your business. * Perform common backup and recovery tasks. Who this book is for SQL Server 2012 T-SQL Recipes is aimed at technically-oriented users of SQL Server desiring to extract the full power of the platform through it's powerful, built-in programming and scripting language. Target readers include developers who use Microsoft SQL Server 2012 as their back--end database, and the database administrators who create, manage, and secure those databases.

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.

SQL Server 2000 Fast Answers for DBAs and Developers, Signature Edition - Signature Edition (Mixed media product, 2nd ed.):... SQL Server 2000 Fast Answers for DBAs and Developers, Signature Edition - Signature Edition (Mixed media product, 2nd ed.)
Joseph Sack
R1,823 Discovery Miles 18 230 Out of stock

SQL Server 2000 is the leading relational database for the Windows platform. It's a full-featured, enterprise-class database server, but its ease of use and maintenance makes it suitable whether youre a junior, part-time, or advanceddatabase administratoror developer. SQL Server expert and author Joseph Sack covers all SQL Server 2000 features, so you'll be able to rely on this book when you're in the field and need quick, effective solutions.

Included are hundreds of practical recipes that describe and demonstrate the utility of a feature or functionwith the minimum necessary background theory. This quick and effective reference highlights the specifics of every SQL Server command or process. Further, this special signature edition contains a searchable PDF of the book, making it ideal to use as both a desktop reference, and a client-site field guide.

SQL Server 2005 T-SQL Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Joseph Sack SQL Server 2005 T-SQL Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Joseph Sack
R1,865 Discovery Miles 18 650 Ships in 12 - 17 working days

If you are looking for a succinct, easy to use, and up-to-date reference guide for SQL Server 2005 and T-SQL, I highly recommend "SQL Server 2005 T-SQL Recipes," -- David Hayden, .NET Developer

Each chapter is completely autonomous, so you can just look up the syntax you need at the time without having to rely on knowledge from previous chapters. Its really an excellent reference that deserves a place on your desk. -- Sean McCown, ITBookworm

Need to brush up on specific SQL Server tasks, procedures, or Transact-SQL commands? Not finding what you need from SQL Server books online? Or perhaps you just want to familiarize yourself with the practical application of new T-SQLAAA1/2related features. "SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach" is an ideal book, whatever your level as a DBA or developer.

This AAA1/2no-fluffAAA1/2 desk reference offers direct access to the information you need to get the job done. It covers basic T-SQL data manipulation, the use of stored procedures, triggers and UDFs, and advanced T-SQL techniques for database security and maintenance. It also provides hundreds of practical recipes that describe the utilities of features and functions, with a minimim of background theory.

Additionally, this book provides AAA1/2how-toAAA1/2 answers to common SQL Server T-SQL questions, conceptual overviews, and highlights of new features introduced in SQL Server 2005. It also features concise T-SQL syntax examples, and you can use the book to prepare for a SQL Server-related job interview or certification test.

SQL Server T-SQL Recipes (Paperback, 4th ed.): David Dye, Jason Brimhall, Timothy Roberts, Wayne Sheffield, Joseph Sack,... SQL Server T-SQL Recipes (Paperback, 4th ed.)
David Dye, Jason Brimhall, Timothy Roberts, Wayne Sheffield, Joseph Sack, …
R1,757 R456 Discovery Miles 4 560 Save R1,301 (74%) Out of stock

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 T-SQL problem domains

SQL Server 2008 Transact-SQL Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Joseph Sack SQL Server 2008 Transact-SQL Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Joseph Sack
R1,564 R1,149 Discovery Miles 11 490 Save R415 (27%) Out of stock

SQL Server 2008 TransactSQL Recipes: A ProblemSolution Approach is an examplebased guide to the TransactSQL language that is at the core of SQL Server 2008. Learn to create databases, insert and update data, generate reports, secure your data, and more. Author -->Joseph Sack--> takes common TransactSQL tasks and breaks them 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.Focused on solutions: Look up what you need to do. Learn how to do it. Do it. Current: Newly updated for SQL Server 2008Comprehensive: Covers 30 different TransactSQL problem domains-->What you'll learn-->Create databases, tables, and indexesQuery and manipulate dataStore and manage XML inside the databaseMove business logic into the databaseEncrypt data and capture changes for compliance purposesImplement fulltext searchInterface with Service Broker-->Who this book is for-->

Developers who use Microsoft SQL Server 2008 as their back-end database. Database administrators who create, manage, and secure those databases.

Struggling Russia; Volume 2 (Paperback): Arkady Joseph Sack Struggling Russia; Volume 2 (Paperback)
Arkady Joseph Sack; Created by Russian Information Bureau in the U. S.
R790 Discovery Miles 7 900 Out of stock
America's Possible Share in the Economic Future of Russia (Hardcover): Arkady Joseph Sack America's Possible Share in the Economic Future of Russia (Hardcover)
Arkady Joseph Sack
R729 Discovery Miles 7 290 Out of stock
Elektrotechnische Bibliothek (German, Paperback): Joseph Sack Elektrotechnische Bibliothek (German, Paperback)
Joseph Sack
R914 Discovery Miles 9 140 Out of stock
Die Verkehrs-Telegraphie der Gegenwart - Mit besonderer Berucksichtigung der Praxis (German, Paperback): Joseph Sack Die Verkehrs-Telegraphie der Gegenwart - Mit besonderer Berucksichtigung der Praxis (German, Paperback)
Joseph Sack
R917 Discovery Miles 9 170 Out of stock
Die Verkehrs-Telegraphie Der Gegenwart - Mit Besonderer Berucksichtigung Der Praxis (1883) (German, Paperback): Joseph Sack Die Verkehrs-Telegraphie Der Gegenwart - Mit Besonderer Berucksichtigung Der Praxis (1883) (German, Paperback)
Joseph Sack
R722 Discovery Miles 7 220 Out of stock
Die Verkehrs-Telegraphie Der Gegenwart - Mit Besonderer Berucksichtigung Der Praxis (1883) (German, Paperback): Joseph Sack Die Verkehrs-Telegraphie Der Gegenwart - Mit Besonderer Berucksichtigung Der Praxis (1883) (German, Paperback)
Joseph Sack
R910 Discovery Miles 9 100 Out of stock
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Microsoft Xbox Series X Console (1TB…
R16,499 Discovery Miles 164 990
Philips TAUE101 Wired In-Ear Headphones…
R199 R129 Discovery Miles 1 290
Mexico In Mzansi
Aiden Pienaar Paperback R360 R281 Discovery Miles 2 810
Sterile Wound Dressing
R5 Discovery Miles 50
XXdreamSToys Bondage Tape (20m)(Black)
R199 R139 Discovery Miles 1 390
Embelished Cap (Black)
R129 R49 Discovery Miles 490
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Personal Shopper
Kristen Stewart, Nora von Waldstätten, … DVD R86 Discovery Miles 860
Vital Baby® NURTURE™ Ultra-Comfort…
R30 R23 Discovery Miles 230
Vital Baby® HYDRATE™ Incredibly Cool…
R189 Discovery Miles 1 890

 

Partners