Re: Help: Unable to connect to MS SQL server DB

2022-06-13 Thread Tong Sun
Yeah, that proves my doubt that, are you sure using such trustServerCertificate method works for JMeter at all? So, my advice, - Try connect to your azure Database with MS SQL server client itself using the SQL authentication (user/password) first - If it works, replace your jdbc sqlserver

Re: Help: Unable to connect to MS SQL server DB

2022-06-13 Thread Tong Sun
Hi, just shooting in the dark, have you tried to replace the backslash "\" with forward-slash "/" for your "C:\..." path? On Mon, Jun 13, 2022 at 10:20 AM Jun Zhuang wrote: > Hi my fellow JMeter users, > I am having trouble connecting to MS SQL server DB, I wonder if I can get > some pointers?

Help: Unable to connect to MS SQL server DB

2022-06-13 Thread Jun Zhuang
Hi my fellow JMeter users, I am having trouble connecting to MS SQL server DB, I wonder if I can get some pointers? JDBC Driver class: com/Microsoft.sqlserverjdbc.SQLServerDriver.Driver was downloaded from Microsoft site and the jar file copied to JMeter’slib dir. 1. Initial Error when using