COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Topic started by: c8guru on 18 May 2009 10:25:19 AM

Title: SQL Server Hint
Post by: c8guru on 18 May 2009 10:25:19 AM
Does anyone know a way to add a "nolock" hint in Framework manager?  Adding it in the SQL produces an error when validating.  We are using C8 against a transactional system and they want to ensure that the tables aren't locked when queried. 

Thanks,

Steve
Title: Re: SQL Server Hint
Post by: praveennb on 18 May 2009 08:51:26 PM
Only option i could find is when a new data source is created, you can choose the Isolation level to READ UNCOMMITED.

hope this helps