What is RAID and what are different types of RAID
configurations?
Answer Posted / aravind reddy
RAID stands for Redundant Array of Inexpensive Disks, used
to provide fault tolerance to database servers. There are
six RAID levels 0 through 5 offering different levels of
performance, fault tolerance.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Explain in brief how sql server enhances scalability of the database system?
What is page-level compression?
How to copy the tables, schema and views from one sql server to another?
What are window functions in sql server?
What is the difference between functions and stored procedures?
Define msdb database?
Does sql server 2016 have ssms?
How can you insert null values in a column while inserting the data?
How to use column default values in insert statements in ms sql server?
What is the size of transaction log file?
Explain raiserror in sql server?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What type of Index will get created after executing the above statement?
What is 1nf 2nf and 3nf?
what happens on checkpoint? : Sql server database administration