Suppress SonarQube warnings in the T-SQL code

Hi,

Welcome to the community!

Those in-code suppressions are implemented on a language-by-language basis, and apparently not for T-SQL. Your best bet is to just mark the issue False Positive or Won’t Fix via the SonarQube UI.

 
HTH,
Ann