Given the following scenario: A select statement is executed from Sql Server Management Studio (2005, 2008) to retrieve a large resultset. This is not done by choosing 'Edit top 200 rows' from the context menu.
Our DBA says that it's possible this can lock the table being queried. Unlocking occurs when the query results are closed.
I can't find any documentation that confirms this is true. So, fact or fiction?
Edit:
Selected Aaron's answer, and thumbs up to Yuri and Lloyd for helpful answers.
Regards,
Michel