FIX: Create DB Wizard Incorrectly Sets Transaction Log File Growth

ID: Q224160


The information in this article applies to:

BUG #: 53547 (SQLBUG_70)

SYMPTOMS

When you use the Create Database Wizard in the SQL Server Enterprise Manager to create a new database, it sets the transaction log file growth size restriction to the database file growth restriction size, rather than the size specified for the log.


WORKAROUND

You can create a database outside of the Create Database Wizard as follows:

  1. Right-click the Databases folder in the Enterprise Manager and choose New Database.


  2. Click the General tab and then specify the database file information including the Restrict Filegrowth size.


  3. Click the Transaction Log tab and specify the transaction log file information including the Restrict Filegrowth size.


  4. Choose OK to create the database.


RESULT: The correct filegrowth restriction size for the transaction log will be used to create the database.


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 7.0. For information about downloading and installing the latest SQL Server Service Pack, see http://support.microsoft.com/support/sql/.

For more information, contact your primary support provider.

Additional query words:


Keywords          : kbbug7.00 
Version           : winnt:7.0
Platform          : winnt 
Issue type        : kbbug 

Last Reviewed: June 8, 1999