I have a db with a bad design that cannot change. There are about 4million records in one particular table and every time any update/insert happens, it errors with the 'transaction log full' message.
I'm wondering, in the database creation, can I specify that I NEVER EVER EVER want anything to write to the transaction log? Using t-sql of course?
I have to have this done today if anybody can help....
I'm wondering, in the database creation, can I specify that I NEVER EVER EVER want anything to write to the transaction log? Using t-sql of course?
I have to have this done today if anybody can help....