I'm using Jmeter 2.9 and trying to connect to SQL Server 2008.
Within JDBC Connection Configuration
and have the following in my connection properties:
Database URL = jdbc:microsoft:sqlserver://x.x.x.x:1433
JDBC Driver Class = com.microsoft.sqlserver.jdbc.SQLServerDriver
I've downloaded the latest Microsoft SQL Server JDBC Drivers
and placed the following jars under jmeter/lib directory: sqljdbc.jar
, sqljdbc4.jar
.
I'm getting the following error:
java.sql.SQLException: No suitable driver found for jdbc:microsoft:sqlserver://x.x.x.x:1433
Can you please suggest what I'm missing?