sybase中的DB文件可以恢复吗? 我丢失了我的数据库文件
我丢失了我的“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能做的最好的事情就是针对日志文件运行 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