MSSQL Backup Question
        Posted  
        
            by MJ
        on Server Fault
        
        See other posts from Server Fault
        
            or by MJ
        
        
        
        Published on 2010-01-03T03:35:16Z
        Indexed on 
            2010/04/02
            21:23 UTC
        
        
        Read the original article
        Hit count: 444
        
backupexec
|sql-server
I'm currently taking over for someone who was in charge of backing up over 250 servers on different platforms, until we hire a replacement. The main question I have is:
If we use a backup software, such as Symantec backup exec, does this perform the correct backup for MSSQL Server?
I was listening to Stack Overflow Podcast, and I heard them talk about you cannot just backup the SQL data files, but you also need the transaction log? So, if we just backup the whole machine, would we be able to recover it correctly, since we would be backing up the data file and the log?
Thanks!
© Server Fault or respective owner