Collections:
What Is SQL Server Transact-SQL (T-SQL)?
What is SQL Server Transact-SQL (T-SQL)?
✍: FYIcenter.com
SQL Server Transact-SQL, also called T-SQL,
is an extension of the standard SQL (Structured Query Language).
Transact-SQL was developed by Microsoft and Sybase.
Microsoft's implementation ships in the Microsoft SQL Server product.
Sybase uses the language in its Adaptive Server Enterprise, the successor to Sybase SQL Server.
Transact-SQL is maintained by Microsoft and used as the primary language to interact with Microsoft SQL Server database.
Transact-SQL is also supported by Sybase database.
Comparing to the standard SQL, Transact-SQL is more powerful with these additional features:
Transact-SQL versions match with SQL Server versions:
Name -------------------------------- Transact-SQL for SQL Server 2022 Transact-SQL for SQL Server 2019 Transact-SQL for SQL Server 2017 Transact-SQL for SQL Server 2016 Transact-SQL for SQL Server 2014 Transact-SQL for SQL Server 2012 Transact-SQL for SQL Server 2008 Transact-SQL for SQL Server 2005 Transact-SQL for SQL Server 2000
⇒ Versions of SQL Server Transact-SQL
2017-06-16, 4318🔥, 0💬
Popular Posts:
Why I Can Not Enter 0.001 Second in DATETIME values in SQL Server Transact-SQL? If you enter millise...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...
How To Round a Numeric Value To a Specific Precision in SQL Server Transact-SQL? Sometimes you need ...
How To Fix the INSERT Command Denied Error in MySQL? The reason for getting the "1142: INSERT comman...