InterviewSolution
| 1. |
What Is Raid? How Does It Help Storage Of Databases? |
|
Answer» The RAID STANDS for Redundant Array of Independent Disks. With its own RAID controllers, the RAID implements a fail-safe STORAGE mechanism with its own backup mechanisms. There are different configurations of the RAID that all give US the ACID properties of storage along with other such facilities. This kind of storage will make the SQL Server database to be failsafe and stable. This can SOMETIMES mean that the backup mechanisms and other such reliability measures can be taken off from the SQL Server level of operations. The RAID stands for Redundant Array of Independent Disks. With its own RAID controllers, the RAID implements a fail-safe storage mechanism with its own backup mechanisms. There are different configurations of the RAID that all give us the ACID properties of storage along with other such facilities. This kind of storage will make the SQL Server database to be failsafe and stable. This can sometimes mean that the backup mechanisms and other such reliability measures can be taken off from the SQL Server level of operations. |
|