Community

How to use @@ROWCOUNT in SQL Server

(Koen Verbeeck) I would like to know the number of rows affected by my SQL Server query. I know this is displayed as a message in SQL Server Management Studio, but I have to check the number of rows in an IF statement to verify if everything went alright. How can I do this in SQL Server?