简体   繁体   English

将SQL Server 2008 R2事务日志还原到SQL Server 2005

[英]Restore SQL Server 2008 R2 transaction logs to SQL Server 2005

If I have SQL Server 2008R2 compatibility 90 production database and a SQL Server 2005 dev database. 如果我有SQL Server 2008R2兼容性90生产数据库和SQL Server 2005开发数据库。

Can I restore transaction logs from production to dev? 我可以将事务日志从生产恢复到开发吗? Transaction logs restore from SQL Server 2008 R2 compatibility 90 to SQL Server 2005? 事务日志从SQL Server 2008 R2兼容性90还原到SQL Server 2005?

No, you cannot restore from newer versions to olders versions of sql server. 不,您无法从较新版本还原到旧版本的sql server。 The compatibility level of the database doesn't affect the on-disk structures. 数据库的兼容级别不会影响磁盘结构。 For example, you can use page and row compression (sql 2008 features) in a database that is in 90 compat mode. 例如,您可以在90 compat模式下的数据库中使用页面和行压缩(sql 2008功能)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM