This is a continuation of a previous question on NOLOCK.
Here is the situation. we have a static database -- a copy of the production database. there is no update, insert, or delete activity on the database, it is strictly used for reporting and research of production problem. there are a lot of views, stored procedures, and DTS jobs accessing this database. lately, we have experienced very slow response from these views, stored proc, and DTS jobs. Time out error occurs very often.
will putting NOLOCK in every FROM clause of the above objects help to improve the situation (remember, there is no update activity in this database at all)?
Here is the situation. we have a static database -- a copy of the production database. there is no update, insert, or delete activity on the database, it is strictly used for reporting and research of production problem. there are a lot of views, stored procedures, and DTS jobs accessing this database. lately, we have experienced very slow response from these views, stored proc, and DTS jobs. Time out error occurs very often.
will putting NOLOCK in every FROM clause of the above objects help to improve the situation (remember, there is no update activity in this database at all)?