0
Your cart

Your cart is empty

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

Showing 1 - 7 of 7 matches in All Departments

T-SQL Fundamentals (Paperback, 4th ed.): Itzik Ben-Gan T-SQL Fundamentals (Paperback, 4th ed.)
Itzik Ben-Gan
R1,107 R873 Discovery Miles 8 730 Save R234 (21%) Ships in 9 - 15 working days
T-SQL Fundamentals (Paperback, 3rd edition): Itzik Ben-Gan T-SQL Fundamentals (Paperback, 3rd edition)
Itzik Ben-Gan
R1,102 R875 Discovery Miles 8 750 Save R227 (21%) Ships in 9 - 15 working days

Effectively query and modify data using Transact-SQL Master T-SQL fundamentals and write robust code for Microsoft SQL Server and Azure SQL Database. Itzik Ben-Gan explains key T-SQL concepts and helps you apply your knowledge with hands-on exercises. The book first introduces T-SQL's roots and underlying logic. Next, it walks you through core topics such as single-table queries, joins, subqueries, table expressions, and set operators. Then the book covers more-advanced data-query topics such as window functions, pivoting, and grouping sets. The book also explains how to modify data, work with temporal tables, and handle transactions, and provides an overview of programmable objects. Microsoft Data Platform MVP Itzik Ben-Gan shows you how to: Review core SQL concepts and its mathematical roots Create tables and enforce data integrity Perform effective single-table queries by using the SELECT statement Query multiple tables by using joins, subqueries, table expressions, and set operators Use advanced query techniques such as window functions, pivoting, and grouping sets Insert, update, delete, and merge data Use transactions in a concurrent environment Get started with programmable objects-from variables and batches to user-defined functions, stored procedures, triggers, and dynamic SQL

Advanced Transact-SQL for SQL Server 2000 (Paperback, Softcover reprint of the original 1st ed.): Itzik Ben-Gan, Tom Moreau Advanced Transact-SQL for SQL Server 2000 (Paperback, Softcover reprint of the original 1st ed.)
Itzik Ben-Gan, Tom Moreau
R1,651 R1,360 Discovery Miles 13 600 Save R291 (18%) Ships in 10 - 15 working days

In "Advanced Transact-SQL for SQL Server 2000," authors Itzik Ben-Gan and Thomas Moreau explore the powerful capabilities of Transact-SQL (T-SQL). Ben-Gan and Moreau offer solutions to common problems encountered using all versions of SQL Server, with a focus on the latest version, SQL Server 2000.

Expert tips and real code examples teach advanced database programmers to write more efficient and better-performing code that takes full advantage of T-SQL. The authors offer practical solutions to the everyday problems programmers face and include in-depth information on advanced T-SQL topics such as joins, subqueries, stored procedures, triggers, user-defined functions (UDFs), indexed views, cascading actions, federated views, hierarchical structures, cursors, and more.

MCSA SQL Server 2016 Database Development Exam Ref 2-pack - Exam Refs 70-761 and 70-762 (Paperback): Itzik Ben-Gan, Louis... MCSA SQL Server 2016 Database Development Exam Ref 2-pack - Exam Refs 70-761 and 70-762 (Paperback)
Itzik Ben-Gan, Louis Davidson, Stacia Varga
R1,448 R1,254 Discovery Miles 12 540 Save R194 (13%) Ships in 9 - 15 working days

Direct from Microsoft, this bundle contains the following two study guides at a $15 discount: Exam Ref 70-761 Querying Data with Transact-SQL, 9781509304332, offers professional-level preparation that helps candidates maximize their exam performance and sharpen their skills on the job. It focuses on the specific areas of expertise modern database professionals need to succeed with T-SQL database queries. Exam Ref 70-762 Developing SQL Databases, 9781509304912, offers professional-level preparation that helps candidates maximize their exam performance and sharpen their skills on the job. It focuses on the specific areas of expertise modern database professionals need to succeed with SQL database development. These are the two exams necessary for the MCSA certification in SQL Server 2016 Database Development.

T-SQL Window Functions - For data analysis and beyond (Paperback, 2nd edition): Itzik Ben-Gan T-SQL Window Functions - For data analysis and beyond (Paperback, 2nd edition)
Itzik Ben-Gan
R890 R791 Discovery Miles 7 910 Save R99 (11%) Ships in 9 - 15 working days

Use window functions to write simpler, better, more efficient T-SQL queries Most T-SQL developers recognize the value of window functions for data analysis calculations. But they can do far more, and recent optimizations make them even more powerful. In T-SQL Window Functions, renowned T-SQL expert Itzik Ben-Gan introduces breakthrough techniques for using them to handle many common T-SQL querying tasks with unprecedented elegance and power. Using extensive code examples, he guides you through window aggregate, ranking, distribution, offset, and ordered set functions. You'll find a detailed section on optimization, plus an extensive collection of business solutions - including novel techniques available in no other book. Microsoft MVP Itzik Ben-Gan shows how to: * Use window functions to improve queries you previously built with predicates * Master essential SQL windowing concepts, and efficiently design window functions * Effectively utilize partitioning, ordering, and framing * Gain practical in-depth insight into window aggregate, ranking, offset, and statistical functions * Understand how the SQL standard supports ordered set functions, and find working solutions for functions not yet available in the language * Preview advanced Row Pattern Recognition (RPR) data analysis techniques * Optimize window functions in SQL Server and Azure SQL Database, making the most of indexing, parallelism, and more * Discover a full library of window function solutions for common business problems About This Book * For developers, DBAs, data analysts, data scientists, BI professionals, and power users familiar with T-SQL queries * Addresses any edition of the SQL Server 2019 database engine or later, as well as Azure SQL Database Get all code samples at: MicrosoftPressStore.com/TSQLWindowFunctions/downloads

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,540 Discovery Miles 15 400 Ships in 10 - 15 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

Exam Ref 70-761 Querying Data with Transact-SQL (Paperback): Itzik Ben-Gan Exam Ref 70-761 Querying Data with Transact-SQL (Paperback)
Itzik Ben-Gan
R876 R780 Discovery Miles 7 800 Save R96 (11%) Ships in 9 - 15 working days

Prepare for Microsoft Exam 70-761-and help demonstrate your real-world mastery of SQL Server 2016 Transact-SQL data management, queries, and database programming. Designed for experienced IT professionals ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSA level. Focus on the expertise measured by these objectives: * Filter, sort, join, aggregate, and modify data * Use subqueries, table expressions, grouping sets, and pivoting * Query temporal and non-relational data, and output XML or JSON * Create views, user-defined functions, and stored procedures * Implement error handling, transactions, data types, and nulls This Microsoft Exam Ref: * Organizes its coverage by exam objectives * Features strategic, what-if scenarios to challenge you * Assumes you have experience working with SQL Server as a database administrator, system engineer, or developer * Includes downloadable sample database and code for SQL Server 2016 SP1 (or later) and Azure SQL Database Querying Data with Transact-SQL About the Exam Exam 70-761 focuses on the skills and knowledge necessary to manage and query data and to program databases with Transact-SQL in SQL Server 2016. About Microsoft Certification Passing this exam earns you credit toward a Microsoft Certified Solutions Associate (MCSA) certification that demonstrates your mastery of essential skills for building and implementing on-premises and cloud-based databases across organizations. Exam 70-762 (Developing SQL Databases) is also required for MCSA: SQL 2016 Database Development certification. See full details at: microsoft.com/learning

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Pokémon Violet
R1,064 Discovery Miles 10 640
Angelcare Nappy Bin Refills
R165 R145 Discovery Miles 1 450
Wagworld Pet Blankie (Blue) - X Large…
R309 R159 Discovery Miles 1 590
Playground Colourtime Backpacks
R199 Discovery Miles 1 990
A Neil Diamond Christmas
Neil Diamond CD R368 Discovery Miles 3 680
Philips TAUE101 Wired In-Ear Headphones…
R199 R129 Discovery Miles 1 290
Braai
Reuben Riffel Paperback R495 R359 Discovery Miles 3 590
Red Elephant Horizon Backpack…
R486 Discovery Miles 4 860
Prosperplast Wheaty Pot - White (128 x…
R35 Discovery Miles 350
ZA Cute Butterfly Earrings and Necklace…
R712 R499 Discovery Miles 4 990

 

Partners