Is there a way to query system tables to determine which tables use which locking schemes? I looked at the columns in sysobjects but nothing popped up.
aargh just being an idiot:
SELECT name, lockscheme(name) FROM sysobjects WHERE type="U" ORDER BY name
take a look at the syslockinfo and syslocks system tables; you can also run sp_lock proc
Source: https://habr.com/ru/post/1696396/More articles:What is the best way to get columns for my user group? - .netВнедрить знак равенства в C, используя только побитовые операции - cHow can I improve the editing-compilation cycle when developing a SharePoint workflow? - workflowMore than a function in C - cWhat are the options for delivering Flash videos? - flashИмпорт пространства имен System.Query - asp.netInstall Visual Studio 2008 Sp1 on drive "D" - visual-studio-2008Приложение Delphi MDI и заголовок MDI Children - formsmod_rewrite for an alias of one type of file suffix for another - seoYUI proxy drag and drop - javascriptAll Articles