Is MS SQL other than SQL Server ?
+1
A:
No. Microsoft do have other database products, such as SQL Server Compact, but when people talk about "MS SQL," they almost invariably mean SQL Server.
itowlson
2009-12-09 06:39:37
+3
A:
MS SQL and SQLServer are one and the same. MSSQL is the default instance name that it installs with.
slugster
2009-12-09 06:39:56
+2
A:
MS SQL is the same product as SQL Server. The full name of the product is Microsoft SQL Server (usually followed by a year eg. 2008).
Asaph
2009-12-09 06:40:09
A:
You may be conflating several different things:
- Microsoft SQL Server - Microsoft's enterprise-level relational database management system,
- Transact-SQL (often referred to as T-SQL) - Microsoft's extension to the Structured Query Language
Andrew Hare
2009-12-09 06:41:02