I want to connect to a Linked Server in a MSSQL server instance using my NodeJS App. I have all the required credentials like the hostname, port, username, password, linked server name, server object name etc. I am using node-mssql in my NodeJS application but I noticed that they havent mentioned anything about connecting to anything else other than databases.
This is the structure of the Linked Server -
I want to access the tables in the MPI820 Database on the Linked Server. The path to access it is - Server Instance -> Server Objects -> Linked Servers -> AS400_SIT -> Catalogs -> MPI820 -> DB Table
On the internet also I am unable to find any article/tutorial/help to achieve this. If anyone has any knowledge or any helpful links about doing this or can share if and how they achieved this then all the help will be much much appreciated. Thankz in advance.