c# - How to control ExecuteNonQuery -


I mean is it possible to control query execution?

For example, I got a big query that does a lot of things but suddenly it becomes an error, but I do not want to stop execution, I just want to leave that step and want to move forward. I am

Or I want to know what the user is going on, actually what is happening on the server.

Do I have some feedback from SQL Server? Like "just the trigger was successfully removed" or "I just got bad with table changes ... so-n-so"


Comments