Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

generate Query (Sql server) with(nolock)

Status
Not open for further replies.

naga5566

Technical User
Mar 14, 2003
90
US
Hi All,

IS there a way that when a query is generated in BO report,It generates "with(nolock) " clause of Sql server.
I am using Sqlserver 2k and BO 6.5.

For instance

select Table.col1,Table.col2 from
Table with(nolock)

Thanks
Naga
 
Naga,

In the custom tab of the connection properties there are a number of connection parameters , like 'StmtOption'.
Check the ODBC reference guide to see if you can add an optimizer for SQL server...

Ties Blom
Information analyst
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top