I need to rewrite some old DOS applications that look for files at a
table driven defined site (UNC), downloads the files, UNZIp's them,
processes and prints the results.
Question is : Can I even do this with a Console application? This
will ultimately be running as a SQL Server agent, with no UI.
table driven defined site (UNC), downloads the files, UNZIp's them,
processes and prints the results.
Question is : Can I even do this with a Console application? This
will ultimately be running as a SQL Server agent, with no UI.
Comment