
The best thing about SQL Server is the accompanying Management Studio. MSSQLServer Management Studio makes it incredibley easy to administer user roles and permissions, and easy to create stored procedures and user defined functions. The "New Query" view also provides handle autocomplete suggestions for table names, column names, etc, and also highlights the keywords.
I also like that SQL Server is widely supported and documented. Providing drivers for all environments, i.e. Java, and online documentation for quick reference. The failover support in SQL Server is also great - running databases can easily backup to listening databases, and failover to them when/if required. Review collected by and hosted on G2.com.
The fact that SQL Server only really excels with the licensed version is disappointing. Comparing the free version of SQL Server (Express) to other free databases like PostgreSQL, is where you might be better going for the latter. Is money is an important factor for your company, you may want to look elsewhere.
Another downfall of the free version of SQL Server is the lack of database space, only 10 GB is available. Review collected by and hosted on G2.com.




