intranetgeeky
Programmer
I am trying to make SQL Server run an ASP page at a scheduled time each day. The ASP page is a cleanup file that removes old files from our server.
So I have two questions:
1. Can I run the ASP page from SQL Server when no one is logged into the server?
2. Is there any way to close the ASP page after a certain amount of time if I can?
Thanks.
So I have two questions:
1. Can I run the ASP page from SQL Server when no one is logged into the server?
2. Is there any way to close the ASP page after a certain amount of time if I can?
Thanks.