sql-server – 在NORECOVERY模式下确定数据库的LSN

我正在将事务日志恢复到数据库,但需要一种方法来了解我应该从哪个事务日志开始.通常我会看到这样的事情: The log in this backup set terminates at LSN 103000001633300001, which is too early to apply to the database. A more recent log backup that i

返回顶部