Implementation of Data Compression – SQL Server
Data Compression Data Compression is feature of Microsoft SQL Server to reduce the size of table on the basis of Duplicates, Null & Zeroes. It’s a process of reducing size of database & its objects by increasing CPU cycle and reducing I/O effort. Types of Database Compression · Row Compression · Page Compression You can … Continue reading