localdb usage with team Foundation server

Asked

Viewed 47 times

1

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

My question is this:: how can I configure the sql project in the solution so that, in addition to changing and sharing with the team the BD schema, I can also share the data that we enter?

1 answer

1

Create a database-specific project, in the 2010 or newer version of Visual Studio features Database SQL Server project templates, where you can maintain it through the team Fundation server. I hope I’ve helped.

  • Yes, thank you! I already did that. Only in the BD project only SQL files with schema are saved. For the TFS goes only the schema of tables, relations etc... the data gets associated to each instance

Browser other questions tagged

You are not signed in. Login or sign up in order to post.