IMPLICIT_TRANSACTIONS HELL
"Federico Alves" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <00ae01c8b257$199bf810$4cd3e830$@com> |
I had a horrible two days where my life was upside down because one machine was using SET IMPLICIT_TRANSACTIONS ON, and that affected SQL server to the point of bringing it down. I checked the code and it seems that that is chosen by the application. Please let me know if the source code is of my app, open source, is responsible for this or some general setting that I forgot to change.