on 2012 Feb 13 9:57 AM
Hello,
I've read about this approach of rebuilding databases and it seems quite positive way. But it would be nice to have less steps. Now I have such a question: is it possible to apply SA11 transaction log to SA12 database without translating the log? Does the format of log files differ in these versions?
Thanks.
Mismatched database formats and transaction logs are not supported.
There are log format differences between versions of the software. The server software assumes that when using a V12 database that the log file will contain V12 log entries, and if running a v11 database, the v12 server will assume a v11 log format. A mismatched database/log will lead to unpredictable results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Of course - the DBTRAN output of a transaction log is simply a set of SQL statements, and for the most part those statements should be processed by a v12 server in the same way as a v11 server. But Arthoor's query was specifically about not using DBTRAN, and applying the log directly during recovery.
User | Count |
---|---|
69 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.