Hey Everyone,
I'm working on a little web project that needs to keeps to a NumViews
counter for each object/row in a DB table. I'm concerning that all the updates to rows would start really degrade performance both the table grows in object count, and the site would grow in use.
I'm using .NET 3.5 with MSSQL 2K5 if it matters.
Any suggestions?
Thanks in advance!
--joel