I have a delete statement I will run on a regular basis - multi user environment. I DON'T want to wait for it to finish. I tried running ExecNonQueryBatch with "" as the event and no event but it throws an error. So my question, does ExecNonQuery wait for the finish, or move on?
This is going to SQL Server and I just want to send it and forget it.
Thanks for your input.
This is going to SQL Server and I just want to send it and forget it.
Thanks for your input.