积极答复者
这道题的答案为什么不是BCD?而是CD

问题
-
You have a SQL Server 2008 installation, and you want to create a highavailability
solution. What are the ideal approach(es) to solve this problem?
A. Backup and restore
B. Replication
C. Mirroring
D. Clustering
If you haven't all the things you want,be grateful for the things you don't have that you didn't want.
答案
全部回复
-
You have a database table with a varchar(600) field in it. Most of the records
in the table have a null value for this field. How can you save space?
A. Move the data into a second table
B. Use sparse columns
C. Install a third-party tool on the machine to compress the data
D. Use the SQL Server 2008 Declarative Management Framework这个为什么答案是A而不是B呢?
我觉得这里使用稀疏列才正确,毕竟题目中已经说了Most of the column is null
If you haven't all the things you want,be grateful for the things you don't have that you didn't want.