79559569

Date: 2025-04-07 10:08:22
Score: 1.5
Natty:
Report link

What worked for me (mssql version 1.30) is to add this above my SELECT query. This forces the Rows Affected value to appear in the status bar

SET NOCOUNT OFF;

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: L Nielsen