hai friend's


ny question is about the database storage , in my project i created database for school , in that i create table for attendance for the school so while they enter the atttendance per day it may be 1000entry per day so for a month i will be 30thousand ,the proces will get slower if the database got stored heavy???

You can store millions of records in SQL Server easily. You need to create indexes on the fields you intend to search for quick retrieval of records but 30,000 records won't make SQL Server break a sweat.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.