I wanted to delete a set of rows based on a condition (could be millions of rows). But the deletion should not be noted in transaction log...why bcos...the size of transaction log gets increased very abnormally...

So, I finally wanted to delete some rows in a table without having any interaction with transaction log...is there any possibility...!!