I have a build-definition in TFS that builds a database-project in Visual Studio. The output is a dbschema and some other files. With that dbschema I deploy that Database to another server by using vsdbcmd. This works fine to deploy the Database structure/schema.
Is it possible to also deploy the data/content of the original database to the other database? Or also put the db-content in the output from the build-definition?
Thanks