When I execute a sql statement like “Select …”, I can only see “…100%” completed…
I want to log the number of rows affected.
How can we do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
run your SELECT from within a stored procedure, where you can log the rowcount into a table, or do anything else to record it…