• joe.eager (5/17/2013)


    For users of the RedGate solution do you recommend Shared Database Development or Dedicated?

    I am leaning towards Dedicated, my coworker is leaning towards Shared.

    dedicated.

    Use a separate database for shared, and you and link that to the same project in VCS. That way you can work without disturbing others. If you break something, you don't break anyone else.

    However when you commit in your dedicated database, do a Get Latest in the shared one to "integrate your changes" and test there. I assume you'll test in your dedicated before you commit changes.