About 40,800 results
Open links in new tab
  1. SQL vs T-SQL: Understanding the Differences (2021) - Dataquest

    Mar 4, 2021 · What is T-SQL? 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 …

  2. Difference between SQL and T-SQL - GeeksforGeeks

    Jul 15, 2025 · T-SQL (Transact-SQL), an extension of SQL developed by Microsoft, adds advanced features and procedural capabilities specifically for SQL Server. In this article, We will learn about the …

  3. 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. Transact-SQL Reference (Database Engine) - SQL Server

    Jan 26, 2026 · This article gives the basics about how to find and use the Microsoft Transact-SQL (T-SQL) reference articles. T-SQL is central to using Microsoft SQL products and services. All tools and …

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

    Feb 14, 2026 · T-SQL or Transact SQL is the query language specific to the Microsoft SQL Server product. It can help perform operations like retrieving the data from a single row, inserting new rows, …

  6. What is T-SQL (Transact-SQL)? | Definition from TechTarget

    Sep 11, 2019 · T-SQL (Transact-SQL) is a set of programming extensions from Sybase and Microsoft that add several features to the Structured Query Language (SQL), including transaction control, …

  7. 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.

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

    Oct 24, 2025 · Discover T-SQL fundamentals and enhance your SQL skills. Learn to write T-SQL queries with these hands-on examples.

  9. What Is T-SQL? - Dataconomy

    Jul 3, 2025 · T-SQL is an extension of SQL developed by Sybase and Microsoft. It adds procedural programming capabilities, enabling the execution of complex scripts and the automation of repetitive …

  10. TSQL Tutorial - Learn Transact SQL language

    Transact-SQL (T-SQL) is a programming language used to manage and manipulate relational databases. It is a proprietary language developed by Microsoft and is the primary language used for …