Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day

How to create new database in SQL Server with "Full Recovery Model"?

Jun 2 2011 5:24AM by Khyati Patel   

I just learned the easiest way to create database in SQL Server with "Full Recovery Model" from Pinal's blog . The solution is: Go to your Model database: Path is SSMS >> Databases >> System Databases >> model >> Right Click Properties >> Options >> Recovery Model - Select Full from dropdown.

Now new database will be created with Full recovery model since every newly created database takes its base template from the Model Database. Any database that was already created before making changes in the Model Database will not be affected at all.

Read More..   [5 clicks]

Published under: SQL Server Tips ·  ·  ·  · 


Khyati Patel
29 · 6% · 1821
7
 
7
 
 
0
Incorrect
 
0
Interesting
 
0
Forgotten



Submit

1  Comments  

  • I feel that If you change the recovery model of Model database, It will also effect TempDB which is recreated everytime the server is restarted. I will check out today what happens with TempDB.

    Having TempDB if Full recovery model is not suggested.

    commented on Jun 22 2011 2:54AM
    pk_bohra
    731 · 0% · 44

Your Comment


Sign Up or Login to post a comment.

"How to create new database in SQL Server with "Full Recovery Model"?" rated 5 out of 5 by 7 readers
How to create new database in SQL Server with "Full Recovery Model"? , 5.0 out of 5 based on 7 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]