I am querying a DB with a SELECT * on 1 table with less than 1m records. It appears my query has brough the application attached to the DB down.
The DBA has told me to use the correct isolation levels to avoid impact on the db.
I have added WITH (NOLOCK)
to the query, will this do? Also, is it normal that 1 query would bring down the db?