appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.05k stars 3.68k forks source link

[Docs]: Connect to MsSQL (Workbench) running from a local machine #13286

Closed leotom2000 closed 10 months ago

leotom2000 commented 2 years ago

Is there an existing issue for this?

Documentation Link

No response

Describe the problem

Appsmith need to connect and get data from MsSQL Server through Workbench running from local machine. The expected procedure involves (1) Whitelisting Appsmith Server (2) Exposing the IP address of the local machine to the internet whether the IP address is static or dynamic. (2.1) Use of Ngrock or any other process to be detailed.

This requirement is based on a user query through intercom https://app.intercom.com/a/apps/y10e7138/inbox/inbox/all/conversations/164629100093436

Describe the improvement

There are documentation to whitelist MsSQL running in AWS. There are documentation to connect application running in local machine using ngrock.

This requirement is a combination of both. Connecting MsSQL (Workbench tool) running from a local machine.

jnikhila commented 2 years ago

@sumitsum - Could you please confirm if this doc explains the needed info?

sumitsum commented 2 years ago

@jnikhila The steps in the doc would have to be modified a little to connect with a local DB instead of a API server:

jnikhila commented 2 years ago

Thanks, @sumitsum. This is helpful :)