Hello,
We are trying to develop a smart client application which is occasionaly connected. The issue here is we are unable to decide on the database which needs to be used in the client. We will not able to use MSSQL express or MSDE becuase of the size limitation. The size of the DB is actually a couple of gigs(SQL server backup). The user need not do any transaction which needs to be re recorded in server. The user will connect only to donwload data and get the application updates.
The other important factor the user should have high performance of the applciation
Please suggest
I'm not an expert on all of the SQL Express specifications, but according to this, the limit is actually 4GB, so maybe this would work for you:
Comparing SQL Server Express with MSDE
http://msdn2.microsoft.com/zh-cn/library/ms165672(SQL.90).aspx
Thanks,
Sararh
|||Sorry. I must have told you...I will also have incremental update to the database..so everytime you update the database size is going to grow ...So it will easily cross 4 GB of data over a period of time ...
No comments:
Post a Comment