I have a project which I need to do the following steps:
1.Look for a partular file .txt in a directory. If the fil exists, loadn txt file ino SQL Server.
2. If # 1 was sucessful, then delete the source file.
Every day, do the same thing ie check for existence of file, import into sql table, then delete the file.
Pl advise the best way to do this: