I am relatively new to programming. My work mainly revolves around data and analysis. I want to create a simple asp.net page that shows a huge piece of data from a database. There may be millions of rows of data that are used for various types of analysis / search / filtering, etc.
Should I write swap logic on the front or on the back (in this case, SQL Server 2005)?
What would be the best practice? Your suggestions / links to resources in this direction are welcome.
source
share