i am trying to run a sql file with this code:
source filename.sql
and it says failed to open file
i am trying to run a sql file with this code:
source filename.sql
and it says failed to open file
From what application? What OS?
You might try ./filename.sql
instead if you're on a nix box.
Permissions might also be an issue.
More information would be gratefully received.