You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by Guillaume Pool <gp...@live.co.za> on 2016/08/19 16:42:18 UTC

QueryDatabaseTable With Nolock

Hi,

We have a table that is constantly being inserted to that we need to query with read uncommitted isolation or a with (nolock) clause (mssql)

Is there a way to tell the processor to execute the statement like that or to add it as a pre-processing strategy option?

Thanks
Guillaume