Answered Is there an option to ignore table compression when deploying database

  • Wednesday, October 13, 2010 11:26 AM
     
     

    In our enviroment we host data for multiple clients, each client having a seperate database. The schema should be the same across all of these databases, except for the DATA_COMPRESSION on some of the databases where this has been customised for the volume of data actually stored in the table.

    When attempting to deploy via VS2010 or vsdbcmd to those database where the DATA_COMPRESSION is row or page, the generated script rebuilds the table without compression.

    Is there anyway to tell the deployment engine to not check the DATA_COMPRESSION setting?


    Jeremy Hartley

All Replies