Activity overview
Latest activity by Simon Quin
David
We would be very interested having static and default data under source control. Our requirements would be along the lines of:
1. Entire tables that contains system defined static data and can never be changed by the end-user.
2. Default data entries that should always be present but can be changed by the end-user: these typically have an internal value that cannot be changed but some other value that can (e.g. a description of a status in a list). Here a WHERE clause wouldn't suffice for an entire table, individual internal values would need to be selected.
3. Default data items that provide the core of values that cannot change but that can be added to by the end user. These would normally have a flag set against system defined values. These could use a WHERE clause to separate the sets.
Hope this is useful.
Simon / comments
David
We would be very interested having static and default data under source control. Our requirements would be along the lines of:
1. Entire tables that contains system defined static data and ca...
Mapping Dependencies Problem
Is there any way to force the dependencies between database objects when creating a database from scratch from Source Control?
We have an issue on a few of our database tables where we have a defau...