"Dedicated" versus "Shared" database
JackAce
Posts: 75 New member
What are the differences between setting up a database as "dedicated" versus "shared"?
We started out using a shared database, but we wish to transition to every developer using a local copy of the database. The database was initially set up as a shared db, but right now I am running the db locally. I am the only one doing this. All the other developers are linked to a server's copy of the db.
When I linked the db via Red Gate Source Control, I selected "dedicated". Should I have selected "shared"? Will we run into problems if we keep the environment mixed?
We started out using a shared database, but we wish to transition to every developer using a local copy of the database. The database was initially set up as a shared db, but right now I am running the db locally. I am the only one doing this. All the other developers are linked to a server's copy of the db.
When I linked the db via Red Gate Source Control, I selected "dedicated". Should I have selected "shared"? Will we run into problems if we keep the environment mixed?
Comments
http://www.red-gate.com/supportcenter/C ... Models.htm
It's a good idea to go for either one or the other, but you'll probably be fine keeping the environment mixed. If you do run into any trouble, let us know!
Red Gate Technical Support Engineer
For example, some things that I noticed when working in a mixed environment (some developers with 'shared' and some developers with 'dedicated'):
I think an article that outlines "gotchas" like the ones above would be very beneficial.