Tagged Questions
0
votes
3answers
82 views
Keeping SQL Server DB Up to date in Team environment [duplicate]
We are working in a Visual Studio Environment using TFS.
When developers get the latest source code it includes a copy of the 'update' sql scripts for the database of the application.
The challenge ...
2
votes
4answers
172 views
Team Foundation Server - Hosting
Does anyone have any experience with companies offering Team Foundation Server hosting services? Of course, we're looking for a company that is, first and foremost, reliable and solid. Cost is ...
4
votes
1answer
762 views
How can I automatically undo checkouts on unmodified filees?
From time to time, I realize that files that haven't been modified have been checked out by my Visual Studio.
It's either because I changed something and undid it, or just because Visual Studio ...
8
votes
2answers
2k views
How can I keep my visualstudio database project in sync with my database?
I'd like to have my database schema synchronized with my Visual Studio .dbproj database project.
Right now, I'm using SSMS for most of my database development work, and I've to manually use the ...