I am trying to test performance for a store proc which does many inserts and updates on the tables.
I want to test it but dont want to affect anything on the databases, ofocurse its a test environment but still if I have my proc in a transaction and rollback it at the end, will i succeed in inserts,updates getting rolled back to the original position.