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?
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
– jose