Re: implicit transactions
Peter Deacon <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 11 May 2008, Federico Alves wrote: > sp_configure 'user options' > name minimum maximum config_value > run_value > ----------------------------------- ----------- ----------- ------------ > ----------- > user options 0 32767 4486 > 4486 > I think the experiment is irrefutable: Set the option "tds version = 8.0", > connect with tsql, and the settings "implicit transactions" is OFF > (correct). Disconnect, comment out the option on freetds, reconnect (same Have you tried: sp_configure 'user options, 0 reconfigure with override Then trying your tests again? take care, Peter