Goldmine is a sales tool we use. Its data comes from Sql Server. Goldmine’s security and user views are very bad. I am trying to do something as basic as not letting user1 see user2’s data. There is a long step process that when completed still doesn’t work right. Whenever user2 needs a list of contacts added the entire process needs to be duplicated for all other users. If I have 10 users then that can become a pain.
Sql Server however should be able to handle this much better allowing for mass updates. I’m trying to avoid 1 db per user as. Then the admins would constantly have to switch db’s and data won’t be in sync for reports.
I was thinking of making 1 db that’s an admin db with some type of replication or something like log shipping so the user’s db automatically updates the admin db. I still have multiple db’s but at least the admin db would have data from all other user’s db and reports would be in sync.
Any suggestions?
Sql Server however should be able to handle this much better allowing for mass updates. I’m trying to avoid 1 db per user as. Then the admins would constantly have to switch db’s and data won’t be in sync for reports.
I was thinking of making 1 db that’s an admin db with some type of replication or something like log shipping so the user’s db automatically updates the admin db. I still have multiple db’s but at least the admin db would have data from all other user’s db and reports would be in sync.
Any suggestions?