Activity overview
Latest activity by MarkRoberts1964
Thanks for following up @DanC. / comments
Thanks for following up @DanC.
@Victoria W Thanks for your response. I ran a couple of reports and am able to see the changes not committed yet. I haven't tried the command line yet, but it seems like that would help automate the process. The one issue that I see is that the report doesn't list the person who made the change. Is that listed anywhere on the report or is there a way to include it? When a developer runs SQL Source Control within SSMS, it lists the changes and the "Last changed by" user. That would be the final piece needed I think. Thanks again. / comments
@Victoria W Thanks for your response. I ran a couple of reports and am able to see the changes not committed yet. I haven't tried the command line yet, but it seems like that would help automate ...
@David Atkinson We use a single shared development database. Also, I forgot to mention that we link to a Subversion repository. One last thing, we have 10 databases all linked so developers have to remember which databases they made changes in. We would like a way to export a list of changes for all databases if possible. Thanks! / comments
@David Atkinson We use a single shared development database. Also, I forgot to mention that we link to a Subversion repository. One last thing, we have 10 databases all linked so developers have ...
Exporting list of changes to commit to a text file
Is there any way to export the list of changes to commit so that we can email that list to the Dev team? We are just doing manual commits right now and some developers are forgetting to commit the...