Is there a way that you can capture a return code after you issue an Insert statement using SQL?
I have a script that does numerous inserts into a table and I want a way to make sure there was no issues with the insert.
I have a script that does numerous inserts into a table and I want a way to make sure there was no issues with the insert.