I'm registering or updating a lot of data in DB in SQL Server.
Due to circumstances, this transaction is a very large unit, and if an error occurs, a rollback of more than 24 hours occurs.
In this situation, is there an emergency way to force the rollback to stop?
・"SQL Server 2017 Standerd" is used.
・This DB is for verification only, and I do not care if the data is damaged. The DB recovery model is "simple", and I restore it using a DB backup I made before. In the worst case, reinstall SQL Server itself.
I'd appreciate it if someone could answer my questions.