Depends what your dsi is doing. If it is doing a bunch in singleton inserts in a xact this won't escalate. Escalation is only on a per scan basis. An individual scan of a table within the context of a wider query. If that scan session takes out X number of locks it will escalate ( assuming nothing else has a shared lock of course).
↧