Comments when you commit on SQL Source Control
uali
Posts: 3
We plan to add an ID value in the comments while committing on Source Control. Is there anyway to search through the comments.
Also is the versioning being done for an object or the whole database?
Thanks in advance
Also is the versioning being done for an object or the whole database?
Thanks in advance
Comments
From version 1.0.3.73 you can also format the comment in a certain way to specify a checkin goes along with a TFS Work Item - http://www.red-gate.com/MessageBoard/viewtopic.php?t=12969
When you link a database to source control, we effectively version the whole thing, but of course your commits may only be for one or two objects - so when you browse through the changesets in your source control system you'll see just the files affected at that particular time.
Redgate Software
Thanks for your reply.