Activity overview
Latest activity by vehro
As I indicated, I'd like to consider dedicated vs shared, but in the meantime, can you please share the instructions for linking to a working folder instead of directly to TFS. / comments
As I indicated, I'd like to consider dedicated vs shared, but in the meantime, can you please share the instructions for linking to a working folder instead of directly to TFS.
It would prevent us from overlaying each others code because the second person would fail in being able to check it in, since what they'd checked out won't match the TFS server, indicating it is out of date.
As I indicated, I'd like to consider dedicated vs shared, but in the meantime, can you please share the instructions for linking to a working folder?
Thank you. / comments
It would prevent us from overlaying each others code because the second person would fail in being able to check it in, since what they'd checked out won't match the TFS server, indicating it is ou...
Keep in mind that we are currently evalulating the product, so the concept of dedicated vs shared is still being explored.
We mostly do not work on the same module of code at the same time and as a result >99% of the time it is not an issue.
In the meantime, I would like to explore linking to a working folder, using TFS as our source control, as you indicated:
"If you'd prefer to stay in SSMS, an alternative might be to use SQL Source Control but instead of linking to TFS, instead link to a working folder that you link independently to TFS. This will mean that you have to check in to TFS as a separate step. " / comments
Keep in mind that we are currently evalulating the product, so the concept of dedicated vs shared is still being explored.
We mostly do not work on the same module of code at the same time and as a...
I do want to stay in SSMS, but dont seem to be able to figure out how to do what you are saying. Do you have instructions for attaching to local checked out source files? / comments
I do want to stay in SSMS, but dont seem to be able to figure out how to do what you are saying. Do you have instructions for attaching to local checked out source files?
Using TFS, is there a way to incorporate local/checked out?
We use a shared db, but using SQL Source Control interacts with the TFS server/db directly and not checked out copies of the code. So, 2nd developer checking in code will overwrite the 1st's if bot...
Get MS to change how it handles the issue to begin with. Support for "create or replace" (instead of separate create x and alter x) would not only address your issue directly, but would also solve the issue of the dropped permissions that occur for
if exists('procedure x') drop procedure x
go
create procedure x... / comments
Get MS to change how it handles the issue to begin with. Support for "create or replace" (instead of separate create x and alter x) would not only address your issue directly, but would also solve ...