Moving master transaction log
We're also moving the master transaction log file towards the dedicated location.
  • Launch 'SQL Server Configuration Manager'
  • Select 'SQL Server 2005 Services'
  • Right click on 'SQL Server (MSSQLSERVER)' and select properties.
  • Click 'Advanced' tab
  • Navigate down to 'Startup Parameters'
  • Copy string to a text editor (for example notepad), and change the master log path to the 'System Transaction' path of the SQL instance

    For example:
    -dE:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;- eE:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;- lE:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf

    towards
    -dE:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;- eE:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;- lF:\DBLog\mastlog.ldf