Hi, the test-log uses a font that hides underscores for whatever reason. It's not that it is capped somehow because I can see "g"'s as well.
In this example the output should be
DECLARE @_returnVal_ int = null;
dbo.CS_LANGUAGES_GET
but is:
Is there a way around that issue?
Cheers