Ask a Question related to ASP Database, Design and Development.
-
Jenise #1
tracking users
Hi,
What's the best way to track what stored procedures are
being used along with the variables that are being passed
to them? I'm thinking that is the best and/or easiest way
to track which users are accessing my website.
ASP is my front-end app to SQL 2K. I'm using a cgi
variable to capture the users NT username and then passing
that to a stored procedure in sql server to verify that
they have access to the site. I'm using a generic user
group role that I created in SQL 2K for all the users in
the site.
I originally began using sql profiler, but I would have to
constantly keep that running. Is there stored procedure
that I can periodically run to view all the variables that
have been passed back to my stored procedures during a
specified time period?
Any suggestions are greatly appreciated.
Thank You,
Jenise
Jenise Guest
-
License.Limit.Exceeded with 4x150 users licence andonly 300 real users
As indicated by the ongoing discussion, this issue can have different causes - can you describe your application a little bit? How many users are... -
License.Limit.Exceeded with 4x150 users licence and only300 real users
We have 4x150 users licence, set to unlimited bandwith. We get these messages in event viewer: Connection rejected by server. Reason : :... -
InDesign tracking vs. Quark tracking?
Hi Anne Marie, I would describe letter, word, and glyph scaling parameters as things the paragraph composer can fuzzy-logic work with. Fuzzy logic... -
Tracking users on the site
Hi All, I have a client who wants a feature where you can keep a "buddy list" of registered users to their site and have a section that will tell... -
Tracking Users !!
I am trying to track the number of users currently view a site. The code below is what i am using. However, when i leave the site..the number of... -
Cowboy \(Gregory A. Beamer\) #2
Re: tracking users
You can slap the variables on the querystring and run it that way. Many web
log packages will do that.
Another method is to alter your stored procedure to set up a basic logging
mechanism. You can log user's sessions fairly easily. If you set up your own
database with the IP address, you can compare this to the web logs for a
more full picture.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
************************************************** ********************
Think Outside the Box!
************************************************** ********************
"Jenise" <anonymous@discussions.microsoft.com> wrote in message
news:0b9501c397ea$fb8c1930$a601280a@phx.gbl...> Hi,
>
> What's the best way to track what stored procedures are
> being used along with the variables that are being passed
> to them? I'm thinking that is the best and/or easiest way
> to track which users are accessing my website.
>
> ASP is my front-end app to SQL 2K. I'm using a cgi
> variable to capture the users NT username and then passing
> that to a stored procedure in sql server to verify that
> they have access to the site. I'm using a generic user
> group role that I created in SQL 2K for all the users in
> the site.
>
> I originally began using sql profiler, but I would have to
> constantly keep that running. Is there stored procedure
> that I can periodically run to view all the variables that
> have been passed back to my stored procedures during a
> specified time period?
>
> Any suggestions are greatly appreciated.
> Thank You,
> Jenise
>
Cowboy \(Gregory A. Beamer\) Guest
-
Jenise #3
Re: tracking users
Thanks for the idea, I'll try that.
Jenise :)
that way. Many web>-----Original Message-----
>You can slap the variables on the querystring and run itup a basic logging>log packages will do that.
>
>Another method is to alter your stored procedure to setyou set up your own>mechanism. You can log user's sessions fairly easily. Ifweb logs for a>database with the IP address, you can compare this to the************>more full picture.
>
>--
>Gregory A. Beamer
>MVP; MCP: +I, SE, SD, DBA
>
>************************************************* *********************>Think Outside the Box!
>************************************************* *********message>"Jenise" <anonymous@discussions.microsoft.com> wrote inpassed>news:0b9501c397ea$fb8c1930$a601280a@phx.gbl...>> Hi,
>>
>> What's the best way to track what stored procedures are
>> being used along with the variables that are beingway>> to them? I'm thinking that is the best and/or easiestpassing>> to track which users are accessing my website.
>>
>> ASP is my front-end app to SQL 2K. I'm using a cgi
>> variable to capture the users NT username and thento>> that to a stored procedure in sql server to verify that
>> they have access to the site. I'm using a generic user
>> group role that I created in SQL 2K for all the users in
>> the site.
>>
>> I originally began using sql profiler, but I would havethat>> constantly keep that running. Is there stored procedure
>> that I can periodically run to view all the variables>>> have been passed back to my stored procedures during a
>> specified time period?
>>
>> Any suggestions are greatly appreciated.
>> Thank You,
>> Jenise
>>
>
>.
>Jenise Guest



Reply With Quote

