Posted by Beowulf on 11/28/06 16:04
Erland Sommarskog wrote:
> Beowulf (beowulf_is_not_here@hotmail.com) writes:
>> "Auto Close" is set to No in model, but if I create a new database in
>> Enterprise Manager, then the new database has "Auto Close" checked. Is
>> this a bug in SQL Server 2000?
>
> What happens if you create a database from Query Analyzer, using the
> CREATE DATABASE statement?
The result is the same as when right-clicking and choosing New Database
in EM.
The Options listed for model:
[ ] - Restrict access
(*) Members of db_owner, dbcreator, or sysadmin
( ) Single user
[ ] - Read-only
---
Recovery Model: Full
---
[ ] - ANSI NULL default
[ ] - Recursive triggers
[x] - Auto update statistics
[x] - Torn page detection
[ ] - Allow cross-database ownership chaining
[ ] - Auto close
[ ] - Auto shrink
[x] - Auto create statistics
[ ] - Use quoted identifiers
---
Compatibility Level: Database compat level 80
---
[ ] - List this database in Active Directory
> What edition of SQL 2000 do you have?
SELECT @@VERSION
Microsoft SQL Server 2000 - 8.00.2039 (Intel X86) May 3 2005
23:18:38 Copyright (c) 1988-2003 Microsoft Corporation Personal
Edition on Windows NT 5.1 (Build 2600: Service Pack 2)
[Back to original message]
|