I have a spreadsheet that culls the data from the sheet and inserts these into parameters in stored procedures. If there is an error on the sheet or the datatype doesn't match, then the stored proc fails. What's the best way to handle this situation because I lose connections to the database when this happens.
↧