PRB: DB w/ Separate Log on Same Device Can Result in Msg 4205ID: Q134628
|
If 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 = 2
If 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.
Do 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
Keywords : kbenv SSrvAdmin SSrvWinNT
Version : 4.21a 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: April 20, 1999