How can I make JasperAssistant work with Microsoft JDBC driver for SQL Server?
The problem is that the JDBC driver for Microsoft SQL Server is distributed in 3 different jars. The database data source configuration interface does not allow to specify more than one jar file (which is enough in most of the cases). Until the interface is improved the following workaround can be used. Create a single JAR file by including the contents of all the 3 original jar files and then specify it in the database data source configuration dialog.