Is there a way to use data creation plans in VS 2010 database projects to create a default dataset? Or am I barking the wrong tree, that is, data creation plans that are most suitable for creating dummy example data?
We have a bunch of data (default settings, default users, etc.) that needs to be created for each database deployment. It would be nice to have the tools to help us with this, so it can be controlled from the source and better managed.
I guess there are probably third-party alternatives, but I hope there is a built-in Visual-Studio way to do something so that it can integrate perfectly with TFS, etc.
source share