Hello,
I need your help.
I will tray to explain you what is my problem
I must create a sql server 2005 database that will be used by a .net application.
This database will contain scanned bills too.
The client told me that we will have around 40 000 files every year and each file is 300-400 k.
They told me that they want to keep data for 10 years.
They want to keep only 3 years data available in the database, archive the rest and if needed they must be able to access old data (from the last 10 years).
I don’t know if it’s a good idea to create a database file for every year of data or to archive the old information in another database.
If I choose the last solution, later a can have problems if my database will change ( add/remove columns in tables, for example).
Any suggestion will be really appreciated?
I need your help.
I will tray to explain you what is my problem
I must create a sql server 2005 database that will be used by a .net application.
This database will contain scanned bills too.
The client told me that we will have around 40 000 files every year and each file is 300-400 k.
They told me that they want to keep data for 10 years.
They want to keep only 3 years data available in the database, archive the rest and if needed they must be able to access old data (from the last 10 years).
I don’t know if it’s a good idea to create a database file for every year of data or to archive the old information in another database.
If I choose the last solution, later a can have problems if my database will change ( add/remove columns in tables, for example).
Any suggestion will be really appreciated?