cognos - Transaction locking in Sql Server -


we have old version of cognos 7 running on sql server 2000 enterprise.

it issuing badly constructed sql commands creating many locks escalating , blocking server.

the targeted database built once day , used selection.

as cognos queries can't changed (short of upgrading cog 10), can improve situation?

if mark database read prevent locks?

locking not happen in read-only databases, (probably) help, assuming locks cause.

if can issue new query @ start of session change transaction isolation level read uncommitted, cause selects ignore locks.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -