Hi,
To connect with SQL server database, you have to download the JDBC driver based on your server operating system of PI (Windows/Linux) and deploy it on the PI server.
Link: Download Microsoft JDBC Drivers 4.1 and 4.0 for SQL Server from Official Microsoft Download Center
For windows: sqljdbc_4.0.2206.100_enu.exe
For Linux/AIX: sqljdbc_4.0.2206.100_enu.tar.gz
For more information refer to SAP note 639702
After downloading drivers refer to this blog Deploying JDBC Drivers in PI 7.1x Systems
But its always better to involve BASIS team for deployment of JDBC driver.
For RFC to JDBC scenario refer to this A Step-by-Step Guide on Asynchronous RFC - to – JDBC Scenario Using SAP PI 7.0
JDBC receiver adapter configuration for communication chhanel Configuring the Receiver JDBC Adapter - Configuring the JDBC Adapter in the Integration Directory/PCK - SAP Library
JDBC Driver : com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection: jdbc:sqlserver://IP Address:port;databaseName=
Wish you all the best.
Regards,
Dipen.