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)