we have an external system that is querying the data via SQL (ODBC/JDBC). The tool that's being used on the other server was built to start a transaction (TSTART) before the query runs. The query only reads data and the service account has read only access to the tables in the database. the problem is that it keeps starting the transaction.
I can't stop the other process from starting a transaction, but i need its request to start a transaction to fail.
- Log in to post comments