About 12,800 results
Open links in new tab
  1. Transact-SQL Reference (Database Engine) - SQL Server

    Jan 26, 2026 · This article gives the basics about how to find and use Transact-SQL (T-SQL) reference articles.

  2. Transact-SQL - Wikipedia

    Transact-SQL (T-SQL) is Microsoft 's and Sybase 's proprietary extension to the SQL (Structured Query Language) used to interact with relational databases. T-SQL expands on the SQL standard to …

  3. Explore - T-SQL Tutorial

    T-SQL (Transact-SQL) is an extension of SQL language. This tutorial covers the fundamental concepts of T-SQL such as its various functions, procedures, indexes, and transactions related to the topic.

  4. TSQL Tutorial - Learn Transact SQL language

    T-SQL Tutorial is a online tutorial dedicated to all developers beginners and advanced, covering the main areas of tsql language, SQL and MS SQL Server. Transact SQL tutorial is based more by …

  5. What Is T-SQL? A Guide to Transact-SQL for SQL Server

    Mar 23, 2026 · Learn what T-SQL is, how it extends SQL, and how to use it for querying, automation, and procedural logic in Microsoft SQL Server with examples.

  6. SQL Tutorial - W3Schools

    SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in MySQL, SQL Server, MS Access, Oracle, PostgreSQL, and more.

  7. SQL Server Tutorial

    The SQL server basics section shows you how to use the Transact-SQL (T-SQL) to interact with SQL Server databases. You will learn how to manipulate data from the database such as querying, …

  8. SQL vs T-SQL: Understanding the Differences (2021) - Dataquest

    Mar 4, 2021 · T-SQL, which stands for Transact-SQL and is sometimes referred to as TSQL, is an extension of the SQL language used primarily within Microsoft SQL Server. This means that it …

  9. What is Transact SQL (T-SQL) and Its Type of Functions?

    Feb 14, 2026 · Transact SQL ️is a procedural language used in SQL Server. Read this article to learn t-SQL ️, its features, type of functions, and data types in t-SQL

  10. T-SQL Essentials: Key Concepts and Practices - SQL Server Tips

    May 6, 2026 · Solution Microsoft’s SQL extension for SQL Server is called Transact-SQL, or T-SQL. It is an effective language for relational database management and querying. We’ll walk you through the …