Using ASP & SQL To Ping A Remote Server (Page 1 of 6 )
Using Microsoft SQL Server 2000 and some ASP script, Mitch creates a function that will ping any remote server, digest and process the results, and then return a summary of that ping session through an ASP function.Using Microsoft SQL Server 2000 and some ASP script, we can create a function that will ping any remote server, digest and process the results, and then return a summary of that ping session. This article will just provide a quick example, however, if you’ve been looking for a simple solution like this for a while, then feel free to modify the source code until it works how you want/need it to.
To continue, you should have access to a Windows 2000 server configured with IIS. You should also have access to and be familiar with a web server running Microsoft SQL Server 2000. You should be able to access the SQL Server from the IIS server. Now, let's boogey!
Next: An overview of the procedure >>
More ASP Articles
More By Mitchell Harper