Hi,
We have sql server 2005 and has drives C: OS, D: data files, E: Log files, K: Backup.
We have 16 jobs in sql agent and for all of the jobs, the out put file is writing to D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\FullBackup.txt(here all the jobs writing their output file on DATA drive)
and select the option Append the out put the existing file.
So my question is:
Can we write these log files to drive? will it impact any performance?
Is better to select the K drive instead of D drive?
please suggest...