I Have created a stored procedure to import a text file in sql database with a specific path, But my problem is the file that I am going to import in keep changing regularly, So I have to change the file name in procedure to import newly added file. I want a procedure to import new file without changing file name in the mention path. Can you help me to overcome from this problem??
Thank You in advance.