I am getting up to speed on using transactions and "with (nolock)".
It appears to me that "with (nolock)" is used only within transactions. Is that correct?
The reason I ask is that within SQL at my company, they use it as a standard on queries, but transactions are not actually used.
So is there any point to using this? I have asked about it, and was told that it prevents the tables from being locked which prevents other queries from executing. It seems to me that this would be true if transactions were being used, but they are not.