Your best bet would be to move them to another database that you have a full recovery model on.
To help with preventing code changes you could actually use a synonym to reference the tables in the other database. Synonyms are pretty damn awesome, they've had them in Oracle for ages, to get them in SQL is huge.