What SQL language is used in SSMS?
What SQL language is used in SSMS?
253
27-Aug-2023
Updated on 28-Aug-2023
Aryan Kumar
28-Aug-2023The SQL language used in SSMS is Transact-SQL (T-SQL). T-SQL is an extension of the ANSI SQL standard that is used to interact with Microsoft SQL Server databases. It includes additional features that are specific to SQL Server, such as stored procedures and triggers.
SSMS is a graphical user interface (GUI) tool that makes it easy to create, manage, and administer SQL Server databases. It includes a query editor that allows you to write and execute T-SQL queries.
Here are some of the features of T-SQL:
If you are new to SQL, I recommend that you start by learning the basics of ANSI SQL. Once you have a good understanding of ANSI SQL, you can then learn about the additional features of T-SQL.