Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Data Compression Rss

   Items 1 to 14 of 14   
 

Compression of all Objects

This script will compress all objects in the database.  Read more...
By Gregory Ferdinandsen 2012/01/26 | Source: SQLServerCentral.com | Category: compression
Rating: (not yet rated) |  Discuss |  Briefcase | 588 reads

Page Compression in Heaps

By SQLBalls 2011/08/09 | Category: data compression
Rating: (not yet rated) |  Discuss |  Briefcase | 1,891 reads

Data compression applied

It shows you the compression state of all indexes/tables of a database.  Read more...
Rating: |  Discuss |  Briefcase | 823 reads

Compress tables

It compresses all the tables/indexes in a database, a specific one or all the objects inside a database schema.  Read more...
Rating: |  Discuss |  Briefcase | 1,399 reads

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 0001/01/01 | Source: SQLServerCentral.com | Category: sql server 2008
Rating: |  Discuss |  Briefcase | 626 reads

Experiments with Data Compression in SQL Server 2008

Data compression is an Enterprise Edition only feature that was added in SQL Server 2008. It allows you to use...  Read more...
By GlennBerry 2010/02/26 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,328 reads

Improving Data Compression Fidelity Without Sacrificing Speed

Making it easier to handle huge data sets  Read more...
By Additional Articles 2010/01/18 | Source: Dr. Dobbs | Category: data compression
Rating: (not yet rated)  Rate this |  Briefcase | 2,233 reads

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: |  Discuss |  Briefcase | 774 reads

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 0001/01/01 | Source: SQLServerCentral.com | Category: sql server 2008
Rating: |  Discuss |  Briefcase | 626 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,931 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 | 8,118 reads

Data Compression

By Steve Jones 2008/08/06 | Category: data compression
Rating: (not yet rated) |  Discuss |  Briefcase | 3,209 reads

Page Compression

By Steve Jones 2008/07/25 | Category: sql server 2008
Rating: (not yet rated) |  Discuss |  Briefcase | 2,783 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,635 reads
   Items 1 to 14 of 14   
 
Tags
sql server 2008 (5)    
best practices (1)    
blogs (1)    
capacity planning (1)    
compression (1)    
data types (1)    
data warehousing (1)    
full database compression (1)    
heaps (1)    
page compression (1)    
sql server 2005 (1)