SonarQube configuration tutorial
This post will be a simple tutorial to install, configure and use SonarQube to analyse your project code quality. This tutorial will be directed to C# and JavaScript projects in a Windows environment.
2- Create a SQL Server database
If you don’t have SQL Server installed download SQL Server Express, a free and limited SQL Server edition option (SQL Server editions comparison here).
Run the following command:
CREATE DATABASE SonarQube;
Just after this command the collation from the recently created database needs to be changed as recommended in the SonarQube website: