Question : loop without impacting the log

can you give a sample code that will keep looping and keep the transaction going, but will have no impact on the log.

thanks

Answer : loop without impacting the log

you cannot workaround the log.
either the db is in full recovery mode (and any transaction will be stored there until a backup log), or in simple recovery mode (and still any transaction will be written to the log, but can be overwritten once it's commited/backed up)

Random Solutions  
 
programming4us programming4us