This topic is locked
[SOLVED]

 PHPRunner Connections

3/4/2021 11:33:31 AM
PHPRunner General questions
S
Sidewinder author

does anyone know if it is possible to connect to a SQL linked server? i have looked and tried but the SQL linked server doesn't show up.
Thanks in advance

jadachDevClub member 3/5/2021

When I use linked SQL Servers, I either create a 2nd connection in the app or create views on my primary server to show data from the linked server. You just need to make sure the user that connects has rights to the linked server.

Sergey Kornilov admin 3/5/2021

I second what Jerry says, you need to create a connection to the second database server right in PHPRunner.

S
Sidewinder author 3/8/2021

Thanks ill give it a try.