0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (3)
  • R1,000 - R2,500 (4)
  • -
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,071 Discovery Miles 10 710 Ships in 12 - 17 working days
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
R939 R722 Discovery Miles 7 220 Save R217 (23%) Ships in 12 - 17 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

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,806 Discovery Miles 18 060 Ships in 12 - 17 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.

T-SQL Fundamentals (Paperback, 3rd edition): Itzik Ben-Gan T-SQL Fundamentals (Paperback, 3rd edition)
Itzik Ben-Gan
R1,147 R881 Discovery Miles 8 810 Save R266 (23%) Ships in 12 - 17 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

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

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
R912 R712 Discovery Miles 7 120 Save R200 (22%) Ships in 12 - 17 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

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,492 Discovery Miles 14 920 Ships in 12 - 17 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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Joseph Joseph Index Mini (Graphite)
R642 Discovery Miles 6 420
Bosch GBM 320 Professional Drill…
R779 R728 Discovery Miles 7 280
Carbon City Zero - A Collaborative Board…
Rami Niemi Game R656 Discovery Miles 6 560
Wonder Plant Food Stix - Premium Plant…
R49 R41 Discovery Miles 410
Bostik Art & Craft Sprayable Adhesive…
R189 Discovery Miles 1 890
Bostik Art & Craft White Glue (100ml)
R43 Discovery Miles 430
Colleen Pencil Crayons - Assorted…
R127 Discovery Miles 1 270
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Harry Potter: Complete 8-Film Collection
Daniel Radcliffe, Emma Watson, … DVD R496 R311 Discovery Miles 3 110

 

Partners