Thingworx TO SQL
Hello,
I can connect to a database using the mssql jdbc settings. I want to connect more than 1 database on the same server and port. Is it possible with some syntax that I dont know like commas between database name and connect to 2 different database on the same server from one single thing?
e.g: jdbc:sqlserver://143.3.3.154;DatabaseName=table1,table2,table3

