Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法改变 SQL Server CE 中选择的默认行为,在选择中使用 nolock,而不必在查询中显式请求锁定?我不想默认使用 nolock,也不想显式设置 with(rowlock)。