Hi!
PB2019 2353 (32 bit)
MSSQL 2012 and MSSQL 2017 (natív client 11.0)
Windows 10 64 bit
We have several long running MSSQL stored procedures with brief insert expression in begin, after a slow select to collect the results, and write results to the tables at the end. How to use these without start a transaction automatically.
I would like handling transactions in the stored procedure, because the long running queries are lock the database, it I run all stored procedure in the transaction.
Regards,
Géza
FYI: the AutoCommit setting is only observed during a "Connect" command.
Regards ... Chris