InterviewSolution
| 1. |
To Which Devices Can A Backup Be Created And Where Should These Devices Be Located? |
|
Answer» A backup copy can be created in a logical backup device, a file, on the tape or in the named pipe. In all the cases the device should be placed on the SERVER or in the LOCAL network where the server is installed. The path to the device is defined from the server side. To use the network DEVICES, SQL Server Service should be launched from the user name that has ACCESS to the device. A backup copy can be created in a logical backup device, a file, on the tape or in the named pipe. In all the cases the device should be placed on the server or in the local network where the server is installed. The path to the device is defined from the server side. To use the network devices, SQL Server Service should be launched from the user name that has access to the device. |
|