User Profile

Collapse

Profile Sidebar

Collapse
rvl1980
rvl1980
Last Activity: Aug 2 '07, 07:48 PM
Joined: Sep 26 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I guess there no help with this?
    See more | Go to post

    Leave a comment:


  • This is what I get from 2000 and 2005 sql from my asp.

    From MS SQL 2000 using asp to display
    Host Num of Connection(s)
    Server123 118
    WSX0160 90

    From MS SQL 2005 using asp to display
    Host Num of Connection(s)
    TRACKING 1...
    See more | Go to post

    Leave a comment:


  • The odd thing is, I am not getting any Errors.
    The page works but it doesn't show the correct information.
    What it shows is the web machine that is accessing the sql 2005 machine.
    See more | Go to post

    Leave a comment:


  • rvl1980
    started a topic MS Sql 2005 Master DB sysprocess with ASP

    MS Sql 2005 Master DB sysprocess with ASP

    I am having issue trying to obtain data from a query to MS SQL 2005 master database using a ASP to view the information. When I use management studio and run this query, I get the correct result.

    Code:
    select hostname, count(*) from master.sys.sysprocesses group by hostname
    When trying to implement this to write out to a asp page, the result is the machine that is hitting the DB and nothing more. This works for a MS SQL...
    See more | Go to post

  • rvl1980
    started a topic Image test in ASP

    Image test in ASP

    I have been trying to figure out how to test images on asp.
    What I want to do with my page is to verify that the image can be open. The image that can't will just write out a string on that section. I have a monitoring application that read strings from the asp source which will look for the word Failure.

    I have tried the javascript where it replaces the image but when I view source on the page, I do not see the client side...
    See more | Go to post
No activity results to display
Show More
Working...