Hi,
i am very new to MS SQL server. My team and i get a short SQL Workshop on a training enviroment but now, on our "real" databases there are some question.
Some infos: the sql servers are in a MS failovercluster, 2 server for each cluster, 2 clusters.
The storage is a iSCSI SAN, the volumes are cluster volumes.
For the productive enviroment, we took the "standard" path for backup:
S:\MSSQL11.CSS\MSSQL\Backup
with seperate subfolders for each database.
And i want the report also in "Backup" and not in "Log", i changed that while using the assistent.
For our testing enviroment we use a little bit other backup path
U:\Backup (while the database is in U:\MSSQL11.TEST\MSSQL\Data)
Also with seperate subfolders for each database.
After a full backup or transaction log backup, in the testing enviroment a report is written as expected to U:\Backup, but...