octavian10
MIS
Hello all again,
I have to start off by saying I just installed SQL 2005 and am not that versed with it. With that said I have to write a job that imports data from a flat file but only when a "trigger" file is present. This trigger file is only there when the flat file has been updated. If the trigger file is present then run the import data job and delete the trigger file. If it is not present then stop the job and do nothing. The info being imported is FirstName, LastName, EmployeeID this is being imported to a temp database where I then run other sp and querys. I am sure I can figure out how to pull data from flat file, but that trigger file these people insist on is really throwing me for a loop. Thanks in advance.
"I hear and I forget. I see and I remember. I do and I understand."
- Confucius (551 BC - 479)
I have to start off by saying I just installed SQL 2005 and am not that versed with it. With that said I have to write a job that imports data from a flat file but only when a "trigger" file is present. This trigger file is only there when the flat file has been updated. If the trigger file is present then run the import data job and delete the trigger file. If it is not present then stop the job and do nothing. The info being imported is FirstName, LastName, EmployeeID this is being imported to a temp database where I then run other sp and querys. I am sure I can figure out how to pull data from flat file, but that trigger file these people insist on is really throwing me for a loop. Thanks in advance.
"I hear and I forget. I see and I remember. I do and I understand."
- Confucius (551 BC - 479)