I've created a KNIME workflow that connects to an SQL Server database. It works fine but when I try to execute the workflow from a batch file on a Windows machine I get the following error:
Execute failed: Could not create connection to database: Could not find driver class: com.microsoft.sqlserver
I've added the path where the .jar files are located but it doesn't help. Any ideas?