What is the difference between MSSQL and TSQL?

24,820

Solution 1

MS SQL is simply a short version of the (complete) product name Microsoft SQL Server. (Similar to "MS Office", "MS Windows" or "MS Access").

T-SQL is the SQL dialect that the product Microsoft SQL Server is using - and is short for "Transact-SQL" (thanks Aaron for reminding me!)

I wouldn't call the dialect that Microsoft Access is using SQL. It's a query language that somehow resembles SQL

Solution 2

The MS SQL Stands for ( Microsoft SQL). This is the product of Microsoft which they released MS SQL 2005, 2008 and recently released 2012.

T- SQL stands for Transact SQL. This is the syntax of writing the expression in the sql database. You can write T- SQL statments in MS SQL Server Database

Link to Refer

Share:
24,820

Related videos on Youtube

Chopo87
Author by

Chopo87

Updated on August 03, 2020

Comments

  • Chopo87
    Chopo87 almost 4 years

    MSSQL and T-SQL are often thrown around as interchangeable synonyms on the web.

    I know that T-SQL is a flavor of SQL used in many Microsoft products. Is MS-SQL actually another flavor of Microsoft owned SQL or is it just an umbrella term used by the Microsoft’s marketing department to refer to their server database solutions?

    As a side question, what flavor SQL, if any, does MS Access use?

  • Adir D
    Adir D over 11 years
    And T-SQL stands for Transact-SQL.
  • Nenad Zivkovic
    Nenad Zivkovic over 11 years
    And MS-SQL is not a term used by Microsoft anywhere. I've mostly heard it from MySQL users and very rarely from actual SQL Server users.
  • Gordon Linoff
    Gordon Linoff over 11 years
    And, very importantly, Sybase also implements T-SQL. Some might say they invented it (en.wikipedia.org/wiki/Transact-SQL).
  • Chopo87
    Chopo87 over 11 years
    Thanks to everyone for the clarification
  • a_horse_with_no_name
    a_horse_with_no_name over 7 years
    The product name is not "MS SQL 2005" it's MS SQL Server 2005
  • Daniel L. VanDenBosch
    Daniel L. VanDenBosch almost 7 years
    Doesn't access use jet engine sql?