use of localdb with team foundation server

1

I have a visual studio solution, which contains several C ++ projects and a SQL DB project, which is published to an instance of localdb. Versioning is done using Team Foundation Server.

My question is: How can I configure the sql project in the solution so that in addition to changing and sharing the DB schema with the team, can I also share the data we are entering?

    
asked by anonymous 17.04.2014 / 12:18

1 answer

1

Create a project specific to the database, in the latest version 2010 or in Visual Studio has Database SQL Server project templates, where you can keep it through the team fundation server. I hope I have helped.

    
17.04.2014 / 13:34