SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Data Compression Rss

Refine your search with one of the following additional tags (with number of items):

SQL Server 2008 (5)     Data Types (1)     full database compression (1)    
Best Practices (1)     Data Warehousing (1)     SQL Server 2005 (1)    
Capacity planning (1)    
   Items 1 to 7 of 7   
 

Scripts for Full DB Compression at partition level

Data compression is a key feature with SQL 2008. This script, can compress all DB objects (partition/non-partitioned) according to Partition Range you specifiy.   Read more...
By Jay Rajgor 2009/11/18 | Source: SQLServerCentral.com | Category: Data Compression
Rating: (not yet rated) |  Discuss |  Briefcase

SQL 2008 : Uncompressed Objects Procedure

A Stored Procedure for your tools database. It lists uncompressed tables and indexes and also generates the SQL to compress them.   Read more...
By Richard Doering 2009/09/02 | Source: SQLServerCentral.com | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 203 reads

Data Compression: Strategy, Capacity Planning and Best Practices

The data compression feature in SQL Server 2008 helps compress the data inside a database, and it can help reduce the size of the database. Apart from the space savings, data compression provides another benefit: Because compressed data is stored in fewer pages, queries need to read fewer pages from the disk, thereby improving the performance of I/O intensive workloads. However, extra CPU resources are required on the database server to compress and decompress the data, while data is exchanged with the application. Therefore, it is important to understand the workload characteristics when deciding which tables to compress.  Read more...
By Additional Articles 2009/08/11 | Source: Microsoft MSDN | Category: Data Compression
Rating:  Rate this |  Briefcase | 1,510 reads

SQL Server 2008 and Data Compression

One of the more exciting new features in SQL Server 2008 is data compression and Nicholas Cain talks a bit about how this works and how to determine if it fits in your environment.  Read more...
By Nicholas Cain 2009/01/07 | Category: SQL Server 2008
Rating: |  Discuss |  Briefcase | 5,662 reads

Data Compression

By Steve Jones 2008/08/06 | Category: Data Compression
Rating: (not yet rated) |  Discuss |  Briefcase | 3,029 reads

Page Compression

By Steve Jones 2008/07/25 | Category: SQL Server 2008
Rating: (not yet rated) |  Discuss |  Briefcase | 2,617 reads

Data Compression in SQL Server 2005 (Believe it !!)

That’s correct. SQL Server 2005 SP2 supports data compression using Vardecimal data type.  Read more...
By Additional Articles 2008/03/18 | Source: SQL Community | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 3,145 reads
   Items 1 to 7 of 7