Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Opinions on keeping track of simple web stats with MS SQL Server/ASP.NET

Reply
Thread Tools

Opinions on keeping track of simple web stats with MS SQL Server/ASP.NET

 
 
Utter Newbie
Guest
Posts: n/a
 
      07-28-2003
I know we have access to log files and web statistics can be pulled
from those. But the guy who wants it built was thinking we should keep
track of every time a page is hit seperately in MS sql server. He's
thinking it would be better for clients to be able to tell how many
page hits we're getting whenever they want - mainly concerned with
advertising banners (how many views they are getting).

I'm concerned about hitting the database for every page just to keep
track of web stats that are already in the log file. Should I even be
worried? I know SQL Server is built for speed but it kindof urks me
because the stats are in the log files and it seems wasteful.
Although, I figure we would really only be sending a count request (we
wouldn't bother with IPs) - a simple stored procedure would bump up
the count value for whichever page it was.

But for the log file I'm not sure how you would even pull out the
stats without some program like analog to put into MS SQL Server. How
would you automate it without direct control of the server? Meaning we
are using a virtual host. Is it even possible? I imagine it may be
more trouble than it is worth but maybe someone has already
encountered this problem?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
keeping track of threads xzzy ASP .Net 2 10-06-2005 05:44 PM
What file does Thunderbird use for keeping track of articles? Larry Spitz Firefox 1 09-06-2005 10:21 PM
Need help keeping track of users "online" (i.e. viewing the web si =?Utf-8?B?dHBlcnJp?= ASP .Net 4 07-12-2005 08:40 AM
Keeping track of controls in a DataGrid Manuel ASP .Net 1 12-11-2004 01:37 AM
Keeping track of which user controls need to be loaded and which not John ASP .Net 0 07-08-2003 09:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57