This is a discussion on Insurance data models...any tips on good starting point? within the SQL Server forums, part of the Microsoft SQL Server category; --> We have a client that has the typical online quote generator but is looking to revamp that process and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| We have a client that has the typical online quote generator but is looking to revamp that process and tie it in with other services he can sell to other insurance clients. The application is still in its infancy but could have the potential of blowing up in our face if we don't plan accordingly. The old website used a fairly simple RDB with a lot of array manipulation done by the developers, but we'd like to make it a little more object-oriented, maybe even consider an EAV modeling approach to allow for the growth. Are there any insurance data models out there to start from or is anybody willing to share their experience on similar projects? Any thoughts or direction would be greatly appreciated. Thanks. |
| |||
| Here are some examples, not sure it they can fit the needs: http://www.databaseanswers.org/data_.../insurance.htm http://www.databaseanswers.org/data_...kers/index.htm HTH, Plamen Ratchev http://www.SQLStudio.com |
| ||||
| On Jul 10, 3:16*pm, "Plamen Ratchev" <Pla...@SQLStudio.com> wrote: > Here are some examples, not sure it they can fit the needs:http://www.databaseanswers.org/data_...kers/index.htm > > HTH, > > Plamen Ratchevhttp://www.SQLStudio.com Thanks for the reply. I had came across that same site doing my initial research but not those models, so it helps flesh out possible scenarios. Thanks again. Josh |