What's the importance of restoring SQL Server system databases (model, master, etc.)?
        Posted  
        
            by 
                Zero Subnet
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Zero Subnet
        
        
        
        Published on 2012-10-19T01:07:01Z
        Indexed on 
            2012/10/19
            5:06 UTC
        
        
        Read the original article
        Hit count: 230
        
I had to restore some production databases to a different drive on the same Microsoft SQL Server 2005 machine. That worked fine and the application using the databases is back online.
However, i have not restored the system (or default?) databases that SQL Server creates on its own (model, master, etc.). My question is, what is the role of these databases? and how important it is that i restore them?
© Server Fault or respective owner