Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
error show:-
Error: The Execute method on the task returned
error code 0x80131500 (ERROR : errorCode=0 description=Directory lookup for the file
"E:\Interview1.mdf" failed with the operating system error 2(The system cannot find the file specified.).
helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}). The Execute method must succeed, and indicate the result using an "out" parameter.
Posted

1 solution

The error is pretty clear: "The system cannot find the file specified."

Look at the file, and make sure that the SERVER can find it - not your local machine, but the Sql Server machine that is executing the instructions.
If it can't get to the file, it can't read it!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900