Managing Development

We have 1 database where multiple developers are making changes. Can anyone give advice on managing object versions and methods/tools that may help us from bumping in to each other?

There is a tool called QPM developed by qurius. This lockes objects and updates versions in releases and stuff like that. They used to sell it but I don’t know if they still do. Check www.qurius.nl or mail jan.boes@qurius.nl Tell him I said hi[:D]

I also know Navision NL is using SourceSafe.

We use a homegrown ‘solution’ on our SQL databases. We have a ‘Check Out’ table in Navision, and a SQL trigger on the object table that won’t allow a user to save an object that has already been checked out by someone else. I would post the trigger code, but that is not mine to give out.