摘要:
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static void Main(string[] args) ... 阅读全文
摘要:
sqlserver解决锁表问题: select request_session_id spid,OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type='OBJEC 阅读全文