Hi all,
I'm very new to TFS and would like to know if anyone can help me. We have several sql stored procedures, functions etc in our project, but it's not a DB project. We're currently using MSBuild to create a build that concatenates all the scripts into one file
for the store procs, one for the functions and one for the views.
We're picking up errors when we do this with symbols being added randomly which our DBA's then have to do a replace for.
Is there a better way to do this (without creating a DB Project as this will not be feasible in our branching structure).
Any help would really be appreciated.
Thank you.