DB Tools (edit)

DB Tools - @manhng

DBMS Tools - @manhng

1) DBeaver

dbeaver-ce-21.0.0-x86_64-setup.exe

2) Dataedo

Dataedo_Desktop_9.1.0_setup.exe

3) Convert

https://www.fullconvert.com/

4) SonarQube

https://www.sonarqube.org/forms/success-developer-edition/

https://docs.sonarqube.org/latest/setup/get-started-2-minutes/

https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/

http://localhost:9000/
U: admin
P: admin

Project: Test
Provide a token
Test: e2d74e6a4e7a188c3bc89021c1e3bd5398011669
The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point of time in your user account.

C:\> SonarScanner.MSBuild.exe begin /k:"Test" /d:sonar.host.url="http://localhost:9000" /d:sonar.login="e2d74e6a4e7a188c3bc89021c1e3bd5398011669"
C:\> MsBuild.exe /t:Rebuild
C:\> SonarScanner.MSBuild.exe end /d:sonar.login="e2d74e6a4e7a188c3bc89021c1e3bd5398011669"

C:\> dotnet tool install --global dotnet-sonarscanner --version 5.0.4

You can invoke the tool using the following command: dotnet-sonarscanner
Tool 'dotnet-sonarscanner' (version '5.0.4') was successfully installed.

C:\> MsBuild.exe /t:Rebuild C:\Temp\Test.sln

SonarQube