Comments
4 comments
-
Any support team members even reading these forums?
-
Hello,
Thanks for your post.
Unfortunately the only way for SQL Source Control to keep track of usernames in the shared model (http://documentation.red-gate.com/displ ... ent+models) is a table we create called RG_AllObjects (this is in tempdb by default, but you can create a dedicated database for it like in the article you mentioned.)
(Also, if you need to get a support ticket started quickly in the future, emailing support@red-gate.com creates a ticket immediately, whereas on the forums, a ticket is only created if no one responds in two days.)
Regards,
Evan -
Understood.
One disappointing find was that when I checked in changes to a db made by a co-worker into SVN, our repository logged those changes as belonging to me, even though the checkin tool showed that he made them.
So is the idea here that the table is used to show the developer who made each change in the shared db so that they don't inadvertently check in someone else's stuff? -
Hello,
You're correct -- the username recorded by the source control repository is associated with the user that does the commit (it's because that's the user actually checking in files to your source control system). The "changed by" column is so that you can track for your own purposes.
Thanks,
Evan
Add comment
Please sign in to leave a comment.
This was the reply from the senior DBA:
So - question - CAN SC3 use existing sql change log tracking if it's been enabled?