HI,
I have developed a project for a trading Company using C# 2.0 and SQL Server 2008R2.
My project is working properly. No issue regarding the code.
But I am worried about one thing.
Daily so many records are inserted, around 5000 above records are entered in different tables per a day.
hard disk size is 1TB.
I Think after few days there will be a million of records, then will my Software work slow? or it will work as it is now.
If it will work slow then what will be the remedy.
[I implement Primary key index in some tables.
Give me any other solution].
[Network connection is not the issue.]
Please answer me.
Thanks in advance.
hari
I have developed a project for a trading Company using C# 2.0 and SQL Server 2008R2.
My project is working properly. No issue regarding the code.
But I am worried about one thing.
Daily so many records are inserted, around 5000 above records are entered in different tables per a day.
hard disk size is 1TB.
I Think after few days there will be a million of records, then will my Software work slow? or it will work as it is now.
If it will work slow then what will be the remedy.
[I implement Primary key index in some tables.
Give me any other solution].
[Network connection is not the issue.]
Please answer me.
Thanks in advance.
hari
Comment