gstring570
07-04-2005, 05:31 AM
i love the scheduled 'page hit' idea but after that, i need another task to run. however, the second taskmay not bea 'page hit' ...
basically, the first scheduled taskcreates a database 'extract' using a stored procedure (in SQL2000 of course). this text file will have some associated files (images mainly) and i am hoping to assemble them all together into a single folder for ease of access but this may not be possible.
* what i then need is for the server to FTP these files to another server for synchronization with another sql database (via an import function).*
my question is: "does anyone know how to perform the second scheduled task via an aspx page"? the windows scheduler could do it i guess but do we have access to that? and if so, how? i think i prefer the idea of using a second aspx page to do the task. any thoughts?
cheers,
g
basically, the first scheduled taskcreates a database 'extract' using a stored procedure (in SQL2000 of course). this text file will have some associated files (images mainly) and i am hoping to assemble them all together into a single folder for ease of access but this may not be possible.
* what i then need is for the server to FTP these files to another server for synchronization with another sql database (via an import function).*
my question is: "does anyone know how to perform the second scheduled task via an aspx page"? the windows scheduler could do it i guess but do we have access to that? and if so, how? i think i prefer the idea of using a second aspx page to do the task. any thoughts?
cheers,
g