• Grant Fritchey - Monday, February 26, 2018 7:33 AM

    Best way to do this is to put your database code into source control. You can track it and version it that way. Further, once you start treating your database as code, you can start to automate deployments since builds from source control allow you to go from a known state.

    Thanks Grant Fritchey.
    Tracking changes of the content. Or changes of the data returned by the view.
    Not the 'source' of the view.

    I think that your anwser reveres to changes in the 'definition'. Or am I misunderstanding your anwser ?
    Thanks for your time and attention,
    Ben