Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Which SQL implementation is used with SQL Express

Author  Topic 

Rock_query
Yak Posting Veteran

55 Posts

Posted - 2013-04-22 : 19:55:06
I downloaded the free SQL Server Management Studio (SSMS) to use on my laptop, but when I connect to a server it says "MyName SQL Express" so I'm not sure if I am using SSMS or SQL Express. Which one am I using?

Also, which implementation of SQL is used here? Is it Microsoft SQL Server or is it T-SQL (which is a Microsoft version of SQL)?

chadmat
The Chadinator

1974 Posts

Posted - 2013-04-22 : 20:00:31
SSMS is just a client app used to connect to a SQL Server. Assuming I understand your question, you should be using SSMS to connect to your local SQLEXPRESS instance (If it is installed).

T-SQL is the version of SQL used by SQL Server, so as long as you are connected to a SQL Server, you will be using T-SQL to query it.

-Chad
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-23 : 12:40:20
Microsoft SQL Server is the product name and T-SQL is the implementation of SQL in it.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -