Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DaveJunior

  1. DaveJunior

    IIS Serves 404 page even though file exists...

    Just had a problem this morning on our intranet. One of the files standard to the frameset we use for ALL sites was being served by the web server as a 404. I looked at the server and the file was there and could be opened but not viewed. After pausing over this for a moment, I tried a re-start...
  2. DaveJunior

    Win2K Advanced Server stops serving pages and accepting requests...

    Has anyone else got any ideas about this? It seems to be getting more frequent at the moment. I also ran a full virus check yesterday and nothing came up.
  3. DaveJunior

    Win2K Advanced Server stops serving pages and accepting requests...

    Claudek, What do you mean by "monitored your IIS" and I do not know what NIC is. I am not the adminstrator of the server, just trying to find answers in his absence. Have you got any suggestions for diagnostic software that can check for errors on the server? cheers, Dave
  4. DaveJunior

    Win2K Advanced Server stops serving pages and accepting requests...

    We are running our intranet on a Windows 2000 Advanced server and are having a few problems... Under varying circumstances (that I cannot track down) the server stops serving pages and the browsers just hang. When looking at performance monitor, there are a few things to note when this occurs...
  5. DaveJunior

    Custom Function / Sub in global.asa

    I want a function/sub in my global.asa file that opens a connection to a database using a secure connection. I have written the function but whenever I try to use it in an ASP page it says Variable is undefined: 'OpenConnection'. I have <% OPTION EXPLICIT %> at the top of each of my ASP pages...
  6. DaveJunior

    Passing table name in to procedure as a variable

    Hi, I am a quite new at SQL and wondered if someone could give me a hand... I am trying to pass the table name that I am searching through into a stored procedure as a variable however it gives me the error message: &quot;The variable name '@TheTable' has already been declared. Variable names...
  7. DaveJunior

    Can an ASP page run at timed intervals?

    You could have the page running constantly but only doing the ASP work at (or just after) 12... That could by either checking the date and refreshing the page every 5 mins or it could be done by refreshing the page at 12. Hope this may be of use.
  8. DaveJunior

    Audit Trails in SQL Server 2000

    I have to write an audit trail for one of my tables. Some of the fields are text fields and it isn't letting me do the audit trail - it keeps on giving me the error message: Cannot use text, ntext, or image columns in the 'inserted' and 'deleted' tables. Any ideas as I cannot find anything out...
  9. DaveJunior

    Grabbing 'View' code

    Excellent - Thank you
  10. DaveJunior

    Grabbing 'View' code

    That works great for any view that I create on the server as DBO, however, I also have some views that were created through ADODB in ASP. These have an owner of [NT AUTHORITY\ANONYMOUS LOGON] and I cannot reference them in any of the following ways: sp_helptext myView sp_helptext [NT...
  11. DaveJunior

    Grabbing 'View' code

    I am an ASP programmer and need to grab the SQL code for a view within a database. Can anyone tell me if this is even possible or better still, how to do it. cheers.

Part and Inventory Search

Back
Top