maintain history

  • I'm working on a strategy to deploy ddl changes to a schema. However, I have the requirement to maintain the data within the schema. Does anyone have a working strategy for this type of action?

    Thanks!

  • I'm not sure what you mean. Can you explain more about what you mean about maintain data in the schema and what changes you are making?

  • bozworth hollinz (5/10/2010)


    I'm working on a strategy to deploy ddl changes to a schema. However, I have the requirement to maintain the data within the schema. Does anyone have a working strategy for this type of action?

    Since DBA own the structure but DBA does NOT owns the data standard procedure is that App Team has to provide needed scripts in case DDL will affect data - which normally does not.

    What kind of DDL are you talking about? ... adding a column? increasing the size of a column?

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • bozworth hollinz (5/10/2010)


    I'm working on a strategy to deploy ddl changes to a schema. However, I have the requirement to maintain the data within the schema. Does anyone have a working strategy for this type of action?

    Thanks!

    I assume you wish to maintain a history table along with all recent changes made to your DW.

    In this case have you heard about SCD Type 6....though this is not very conventional approach and I wuld not personally suggest

    Raunak J

  • Raunak Jhawar (7/25/2010)


    bozworth hollinz (5/10/2010)


    I'm working on a strategy to deploy ddl changes to a schema. However, I have the requirement to maintain the data within the schema. Does anyone have a working strategy for this type of action?

    Thanks!

    I assume you wish to maintain a history table along with all recent changes made to your DW.

    In this case have you heard about SCD Type 6....though this is not very conventional approach and I wuld not personally suggest

    mmhhh... question looks related to ddl rather than to dml of any kind.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Viewing 5 posts - 1 through 4 (of 4 total)

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