|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 2:26 PM
Points: 1,132,
Visits: 663
|
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: 2 days ago @ 1:32 AM
Points: 3,187,
Visits: 4,140
|
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, September 06, 2011 8:17 AM
Points: 891,
Visits: 22
|
|
In SQL Server 2008, the recovery model of the model database is now 'User Configurable' http://msdn.microsoft.com/en-us/library/ms365937.aspx Not had a chance to see a fresh install of SQL Server 2008, so no idea if it comes pre-configured with 'full' or with no model defined
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 9:02 PM
Points: 5,100,
Visits: 20,195
|
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Wednesday, March 27, 2013 9:02 AM
Points: 1,046,
Visits: 573
|
|
Nice one
What you don't know won't hurt you but what you know will make you plan to know better
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Thursday, May 02, 2013 12:25 PM
Points: 525,
Visits: 215
|
|
Fresh installs of SQL 2008 Developer and Standard have the model database set to Full.
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, September 06, 2011 8:17 AM
Points: 891,
Visits: 22
|
|
| Cheers chaps. Worth knowing. All grist to the mill, and all that.
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Tuesday, April 02, 2013 8:28 PM
Points: 555,
Visits: 2,137
|
|
The reason that it is "full" by default is because , if I understood well, the model database must always exist on a SQL Server system. An other thing I learned, is that "If you modify the model database, all databases created afterward will inherit those changes" Neat!
This is what I like about those questions: learning! Nice question!
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: 2 days ago @ 8:59 AM
Points: 1,026,
Visits: 750
|
|
Model is the "model" for all user created databases. Stick anything in it - users, procs,tables etc and they will appear in all subsequent databases you create. Presumably if you change the recovery model that will carry through.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Tuesday, October 11, 2011 1:51 PM
Points: 341,
Visits: 311
|
|
| Tricky ... I guess it makes sense, and if I'd thought about it more, I would have answered correctly, but I just clicked "master" quickly without thinking.
|
|
|
|