• aber (1/2/2009)


    3. Is there a way to label what scripts go together? For example, when working on a development project and I am modifying 2 table scripts and 2 sp scripts is there an easy way to show that these were changed for this one specific development project?

    When you check in the changed files to source control, you might consider checking in all related files together and use the same check-in comment, which provides some sort of common label.

    Don't forget that you can periodically use tagging/labelling that exists with all decent source control systems. This is especially useful as you can define a version of your schema objects that you can later retrieve in one go.

    David