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

    Nov 18, 2025 · 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.

  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.

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

  5. 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, …

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

    Jul 7, 2025 · 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, …

  7. T-SQL Tutorial: Write Transact-SQL Statements - SQL Server

    Nov 18, 2025 · This tutorial is intended for users who are new to writing SQL statements. It helps new users get started by reviewing some basic statements for creating tables and inserting data.

  8. 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, …

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

  10. 14 Differences Between Standard SQL and Transact-SQL

    Mar 19, 2019 · We'll explain syntax differences between standard SQL and the Transact-SQL language dedicated to interacting with the MS SQL Server database.