PRB: DB w/ Separate Log on Same Device Can Result in Msg 4205Last reviewed: April 15, 1997Article ID: Q134628 |
The information in this article applies to:
SYMPTOMSIf a database is created and altered using the following commands:
CREATE DATABASE devdb ON dev1 = 2 LOG ON dev1 = 2 ALTER DATABASE devdb ON dev1 = 2you may notice the following problems:
CAUSEIf you create a database where the device specified in the LOG ON clause of CREATE DATABASE is the same device that is specified for data, any attempts to expand the database could result in unexpected problems.
WORKAROUNDDo not create a database with a separate log segment on the same device as data, since a separate recovery of the transaction log (using DUMP TRANSACTION WITH NO_TRUNCATE) would be impossible. If you have already created a database using this method, you should copy the data into another database using SQL Transfer Manager to obtain a proper database structure.
|
Additional query words: sql6 sysusages Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |