i'm using SonarQube Developer edition 7.3 with SonarScanner 3.2. During parsing my T-SQL code i've some errors like
WARN: Unable to parse file 'xxxxx.sql' : Parse error at line 7 column 4:
1:
2:
3:
4:
5:
6: CREATE TRIGGER [xxxx]
7: ON DATABASE
^
WARN: Unable to parse file 'xxxx.sql' : Parse error at line 34 column 16:
34: WITH NOWAIT, SETERROR;
Thanks Giuseppe
I have got same problem too me. I don't understand anything from log messages.