Does compressed data stay compressed in transactional replication SQL 2008 R2

  • Does compressed data stay compressed in transactional replication SQL 2008 R2?

    We are planning on using transactional replication to replicate SQL 2008 R2 (sp2) compressed data to another SQL 2008 R2 (sp2) sql server.

    Are there any settings I need to make on the published article to retain the compressed data?

    BT
  • Hi, compression is an attributed which is replicated. Please have a look here:-

    http://msdn.microsoft.com/en-us/library/cc280449.aspx

    Andrew

  • Andrew - thank you. Using your link, I successfully tested this.

    Using transactional replication (SQL 2008 R2 sp2 to SQL 2008 R2 sp2, I set up a publication w/ 1 article.

    I had to manually change the ‘copy data compression attribute’ from False to True.

    I checked the published target table and it was compressed!

    BT

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply