To All-
How can I check to see if a certain file exists on the SQL server from a store procedure.
I have a store procedure that create a file if number of row is > 0.
What I'm doing is schedule the store procedure to run from 6:00 AM thru 8:00 AM every 30 minute. I what it to only run if the file does not exists on the server.
Thank for any help.
Tony
How can I check to see if a certain file exists on the SQL server from a store procedure.
I have a store procedure that create a file if number of row is > 0.
What I'm doing is schedule the store procedure to run from 6:00 AM thru 8:00 AM every 30 minute. I what it to only run if the file does not exists on the server.
Thank for any help.
Tony