| 
	
 | 
 Posted by Erland Sommarskog on 11/28/06 22:35 
Beowulf (beowulf_is_not_here@hotmail.com) writes: 
> The result is the same as when right-clicking and choosing New Database  
> in EM. 
>... 
> 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) 
 
Hm, Personal Edition? But Books Online says that Auto-Close is only on 
by default for MSDE, so it should be off by default on Personal. 
 
I tried flipping the AutoClose on model on my Developer Edition, and 
new databases followed the setting on model. There could still be something 
hardcoded for Personal, but I doubt. 
 
I would try: 
 
   ALTER DATABASE model SET AUTO_CLOSE ON 
   go 
   ALTER DATABASE model SET AUTO_CLOSE OFF 
 
and also restart SQL Server. 
 
Yes, I'm clutching at straws. 
 
 
--  
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se 
 
Books Online for SQL Server 2005 at 
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx 
Books Online for SQL Server 2000 at 
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 
  
Navigation:
[Reply to this message] 
 |