MS SQL Server is a database server product of Microsoft that allows users to write and execute SQL queries and statements. It consists of tools like Query Analyzer, Profiler, and Service Manager. Profiler is used for performance tuning. Service Manager helps manage SQL Server instances and databases can be created using the master database. SQL Server supports various data types, operators, and functions. Joins, indexes, views and other database objects are also supported to optimize queries and manage data.