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.
如果没有足够的 tempdb 可用,我想以一种返回错误消息的方式运行我的大部分查询。
有没有办法做到这一点?
等待 tempdb 有更多空间的默认行为。但这是没用的,因为如果其他进程同时使用 tempdb,它们会相互死锁。