SQLScholar
Programmer
Hey all,
I have recently contacted a supplier of an application we use, that uses SQL as a backend.
I want to turn the database from Simple to Full recovery.
However when i contacted the supplier they said it waste of resources because the app "does not use transactions".
The only time i can think (off the top of my head) where the transactions wouldnt be logged - is if they were bulk uploading. But since 99.9999% of the changes will be single rows, it sounds strange.
Can anyone enlighten me? I thought other then bulk it always logged.
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------
I have recently contacted a supplier of an application we use, that uses SQL as a backend.
I want to turn the database from Simple to Full recovery.
However when i contacted the supplier they said it waste of resources because the app "does not use transactions".
The only time i can think (off the top of my head) where the transactions wouldnt be logged - is if they were bulk uploading. But since 99.9999% of the changes will be single rows, it sounds strange.
Can anyone enlighten me? I thought other then bulk it always logged.
Dan
----------------------------------------
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind - Dr. Seuss
Computer Science is no more about computers than astronomy is about telescopes - EW Dijkstra
----------------------------------------