I am trying to automatically execute a SQL script with a batch file. Here is what I have in my batch file
@echo off
dbisql -c "Server=servername ;DBN=databasename ;UID=UserID;PWD=password" SqlFile.sql
pause
It says that the server was not found