INF: Change in Behavior of ALTER DATABASE in SQL Server 4.2ID: Q83265
|
ALTER DATABASE works differently in SQL Server versions 1.1 and 1.11 than it does in version 4.2 when it is used to allocate space on the same device that the database currently resides on.
Consider a 2 megabyte (MB) database test on device testdev.
alter database test on testdev = 1
Device Size Usage
------ ---- -----
testdev 1 MB data only
testdev 2 MB data and log
Device Size Usage
------ ---- -----
testdev 1 MB data and log
testdev 2 MB data and log
Additional query words: 1.10 4.20 Transact-SQL
Keywords : kbother SSrvGen
Version : 4.2
Platform : OS/2
Issue type :
Last Reviewed: March 13, 1999