Hi friends
need idea on database design
we are moving our application from foxpro database to sql server.
we decided that we'd using MSDE for some clients as they cannot efford a full sql server license.
we have our data categorized in 3 types.
1)Client
2)our company specific
3)System-Lookup
and data in category 2 chnage with our every new build release.
my question is
do you think that creating separate databases using the Client/our company specific/System-Lookup split is actually going to work? If we can't go over 2Gb per database with MSDE then there are a few alternatives:
1) We just go with that split
2) We split the 3 categories up further so that tables like MASTER are in their own database so they can grow to 2Gb
3) We don't worry about the MSDE implications and put all tables in one database.
Of those tables that are not in the Client sheet(some tables exist or dont exist depending on client), we need to be thinking about the ways in which we're going to send updates out.
cheers
need idea on database design
we are moving our application from foxpro database to sql server.
we decided that we'd using MSDE for some clients as they cannot efford a full sql server license.
we have our data categorized in 3 types.
1)Client
2)our company specific
3)System-Lookup
and data in category 2 chnage with our every new build release.
my question is
do you think that creating separate databases using the Client/our company specific/System-Lookup split is actually going to work? If we can't go over 2Gb per database with MSDE then there are a few alternatives:
1) We just go with that split
2) We split the 3 categories up further so that tables like MASTER are in their own database so they can grow to 2Gb
3) We don't worry about the MSDE implications and put all tables in one database.
Of those tables that are not in the Client sheet(some tables exist or dont exist depending on client), we need to be thinking about the ways in which we're going to send updates out.
cheers