Microsoft SQL Server

Administration of MSSQL database
Manage MSSQL via SQL Server Management Studio, find the login in email or the control panel, no web‑admin, but you can import/export .bak files.
Change Compatibility Level
Compatibility Level in SQL Server controls which version of syntax and optimisation a database uses, and can be adjusted with a simple ALTER DATABASE command.
Error logging in with Management Studio
Resolve the login error in SSMS by pressing F7, remove the 'Collation' in Object Explorer Details and refresh Databases.
Space usage on MSSQL
See how you can quickly get a Disk usage report in SQL Server Management Studio that shows database size, used and unused space.