|
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
We allow our medical system to go both ways. This is for those users who want to run SQL Server Express and will quickly hit the 4 GB limit. We also have an in-place conversion so that they can swap back and forth and it will automatically move the images from a folder based environment to a SQL Server stored entry and vice-versa. Being stored in the database is faster, but if you are expecting a potential mass amount of data, you will need to provide the folder based (or file based) option as well otherwise you will start having data loss when you hit the SQL Express limit. If you are running a full version of SQL Server then this is not a concern.
|