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;