You can still use @@ROWCOUNT, but with one caveat. @@ROWCOUNT would return the number of rows touched, rather than rows where some column or other was changed. So for example, in the following, if there were any rows in the table where id = 3, you would get a non-zero number for @@ROWCOUNT even though the data was not materially changed: