Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Advanced Transact SQL Training Course

Get more out of T-SQL and stored procedures on Microsoft SQL Server, Azure SQL Database and, Azure Synapse Analytics.

About the course

This hands-on course will expand your knowledge of Microsoft's Transact-SQL. 

Topics include Performance Tuning, Advanced Querying Techniques, Advanced Stored Procedures and more, which you can apply to Microsoft SQL Server, Azure SQL Database and, Azure Synapse Analytics.

You'll be guided by a seasoned SQL Server expert, who will help you gain the foundational skills needed to perform core database functions such as reading, manipulating and writing data.

You can combine topics from this workshop with content from many of our other courses (such as the Intro to Transact SQL training course ) to create a custom training programme for your team. Please get in touch for a free scoping chat so we can explore the best learning solution for you. 

Online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

    • Performance Tuning and Optimisation
    • Advanced Querying Techniques
    • Extend your Stored Procedures
    • Concurrency and Isolation
    • Advanced Data Types and Features
  • This workshop is aimed at experienced SQL Developers, Database Administrators, Data Engineers, and Analysts who are comfortable with basic T-SQL and relational database concepts.

  • You should have attended our Intro to Transact SQL training course or have equivalent real-world experience.

  • This advanced T-SQL course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Performance Tuning and Optimization

    • Understanding Query Execution Plans:

      • In-depth analysis of execution plans (Graphical and Text).

      • Identifying performance bottlenecks (scans, seeks, key lookups, etc.).

      • Using SET SHOWPLAN_ALL and SET STATISTICS IO/TIME.

    • Index Strategies for Performance:

      • Advanced index types: Filtered Indexes, Columnstore Indexes (Clustered and Non-Clustered), Included Columns.

      • Index fragmentation and maintenance (rebuild vs. reorganize).

      • Index tuning for specific query patterns.

      • Monitoring index usage and identifying unused indexes.

    • Query Hints and Their Impact:

      • Understanding different query hints (e.g., OPTIMIZE FOR, INDEX, JOIN).

      • When to use and when to avoid query hints.

      • Potential performance implications of using hints.

    • Statistics Management:

      • Importance of up-to-date statistics.

      • Automatic vs. manual statistics updates.

      • Sampling rates and their impact.

      • Troubleshooting performance issues related to outdated statistics.

    • Execution Context and Caching:

      • Understanding the procedure cache (plan cache).

      • Factors that affect plan reuse.

      • Identifying and addressing plan cache bloat.

      • Using DBCC FREEPROCCACHE (with caution).

    • Parameter Sniffing Issues and Solutions:

      • Understanding parameter sniffing and its potential negative impact.

      • Strategies to mitigate parameter sniffing issues (e.g., OPTION (RECOMPILE), OPTIMIZE FOR UNKNOWN, local variables).

    Advanced Querying Techniques

    • Window Functions Deep Dive:

      • Understanding partitioning, ordering, and framing clauses.

      • Using various window functions: ROW_NUMBER(), RANK(), DENSE_RANK(), LAG(), LEAD(), FIRST_VALUE(), LAST_VALUE(), SUM() OVER(), AVG() OVER(), etc.

      • Practical applications of window functions for complex analysis.

    • Common Table Expressions (CTEs):

      • Recursive CTEs for hierarchical data and complex traversals.

      • Using CTEs for improved query readability and modularity.

      • Optimizing CTE performance.

    • Working with JSON and XML Data:

      • Querying and manipulating JSON data using OPENJSON, JSON_VALUE, JSON_QUERY, JSON_MODIFY.

      • Querying and manipulating XML data using XML data type methods.

      • Storing and indexing JSON and XML data effectively.

    • Temporal Tables (System-Versioned Tables):

      • Understanding temporal tables and their use cases for auditing and point-in-time analysis.

      • Querying historical data using FOR SYSTEM_TIME.

      • Managing and configuring temporal tables.

    • Graph Databases and T-SQL Extensions (Introduction):

      • Overview of graph database concepts.

      • Basic syntax for creating and querying graph objects (NODE, EDGE, MATCH).

      • Use cases for graph databases within SQL Server.

    Programmability and Advanced Objects

    • Advanced Stored Procedures:

      • Error handling using TRY...CATCH.

      • Transaction management within stored procedures.

      • Dynamic SQL and its security implications.

      • Using table-valued parameters (TVPs).

      • Optimizing stored procedure performance.

    • User-Defined Functions (UDFs):

      • Scalar vs. table-valued functions (inline and multi-statement).

      • Performance considerations for UDFs.

      • Deterministic vs. non-deterministic functions.

    • Triggers:

      • AFTER and INSTEAD OF triggers.

      • Understanding the inserted and deleted logical tables.

      • Use cases for triggers (auditing, data integrity).

      • Performance impact of triggers.

    • Working with CLR Integration (Optional, depending on environment):

      • Overview of CLR integration.

      • Creating and deploying CLR stored procedures and functions.

      • Use cases and security considerations.

    Concurrency and Isolation

    • Understanding Transaction Isolation Levels:

      • Read Uncommitted, Read Committed, Repeatable Read, Serializable, Snapshot.

      • Trade-offs between concurrency and data consistency.

      • Choosing the appropriate isolation level for different scenarios.

    • Locking Mechanisms:

      • Shared (S), Exclusive (X), Update (U) locks.

      • Lock compatibility and blocking.

      • Identifying and resolving blocking issues using DMVs (sys.dm_tran_locks, sys.dm_os_waiting_tasks).

    • Deadlocking:

      • Understanding the causes of deadlocks.

      • Identifying deadlocks using SQL Server Profiler or Extended Events.

      • Strategies for preventing and resolving deadlocks.

    • Optimistic and Pessimistic Concurrency Control:

      • Understanding the concepts and implementation approaches.

    Advanced Data Types and Features

    • Working with Large Value Types (LOBs):

      • VARCHAR(MAX), NVARCHAR(MAX), VARBINARY(MAX).

      • Performance considerations when working with LOBs.

      • FILESTREAM and FILETABLE for unstructured data.

    • Spatial Data Types:

      • Introduction to spatial data types (geometry, geography).

      • Basic spatial queries and functions.

      • Indexing spatial data.

    • Sequence Objects:

      • Generating sequential numbers.

      • Differences from identity columns.

      • Use cases for sequence objects.

    • Sparse Columns:

      • Understanding sparse columns and their storage benefits.

      • When to use sparse columns.

Trusted by

University of Oxford logo / crest Amadeus Services company logo AMEC company logo

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses