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 语句时,临时表中的数据被删除。但我需要进一步处理的数据。
谁能告诉我为什么数据丢失,以及解决方案是什么。
谢谢你。
造成这种情况的三个可能原因:
如果你无法避免这些,那么你将不得不创建一个永久表。