I got a new task as follows:
- Export stored procedures on a daily basis from db
- Run them through sonarqube to analyze
I am not a db expert but working in DevOps team. Can anyone tell me if SonarQube supports the analysis of T-SQL stored procedures? If not, which tool does? I see only PL/SQL here in the supported language list: http://docs.sonarqube.org/display/PLUG/Plugin+Library
All plugins supported by SonarQube team & community are listed in documentation: http://docs.sonarqube.org/display/PLUG/Plugin+Library
You should search for plugins by other companies. I found only TechCognia's TSQL Plugin.
This one looks promising
https://github.com/gretard/sonar-tsql-plugin
(still in beta version as of now)