sybase中的DB文件可以恢复吗? 我丢失了我的数据库文件

发布于 2024-08-01 21:09:51 字数 57 浏览 14 评论 0原文

我丢失了我的“Trak.db”,有日志文件可用,是否可以通过日志文件恢复这个文件? 使用日志文件?

I have lost my "Trak.db" there is log file is available is it possible to recover this one through log file? use of Log files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没有心的人 2024-08-08 21:09:51

您能做的最好的事情就是针对日志文件运行 DBTran,它将为该日志运行时执行的语句生成一个 SQL 文件。 当然,日志是否包含您的所有数据将取决于您记录/截断/备份的方式。 从技术上讲,如果您拥有所有日志和架构,这是可能的。

供参考:http://www.ianywhere .com/developer/product_manuals/sqlanywhere/0901/en/html/dbdaen9/00000590.htm

The best you can do is to run DBTran against the log file and it will generate a SQL file for the statements that were executed while that log was running. Of course, whether or not the log will contain all your data is going to be based on how you were logging/truncating/backing up. Technically it is possible if you have all your logs and the schema.

For reference: http://www.ianywhere.com/developer/product_manuals/sqlanywhere/0901/en/html/dbdaen9/00000590.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文