Posts tagged sqlserver

Get the number of rows affected by the last T-SQL

To get the number of rows affected by the last T-SQL statement in SQL server, you could youse the @@ROWCOUNT system function.

Read more ...