Tagged Questions
3
votes
5answers
3k views
SQL Server - how to set (nolock) hint as a default?
is there some way to tell sql server to use the (nolock) hint or every select in a stored procedure?
is pretty tiresome to add it to each an every select....