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.
导入新脚本后如何回滚旧数据库。
我已经在我现有的数据库上导入了一个脚本。现在我想回滚我最新的导入并想要获取以前的数据库。有没有可能用日期和时间戳获取我以前的数据库值。
提交更新后,您不能只回滚单个更新。最好的办法是回滚到数据库的先前备份。如果您的数据库没有备份文件,那么您需要使用 APEX Sql Data Driven。
你需要这个工具,你可以找到交易并撤销它。
ApexSQL 日志