go to post Imran Saleem · Sep 2, 2022 That is great, thanks Istvan Hahn. I am also looking to authenticate restful API with oAuth2. I have configured my ensemble instance to act as a authorisation server, but not sure how to integrate it with the api. Is there a short step by step guide on how to do this? Thanks, Imran
go to post Imran Saleem · Jul 16, 2019 Yes, you can set up a linked server but first, you need to create an ODBC connection.Create an ODBC connectionOpen SQL Server Management StudioCreate linked server using other data sourceSelect provider: Microsoft OLE DB Provider for ODBC DriversSelect Product name: same as the ODBC connection nameSelect Data source: same as the ODBC connection nameUnder Security tab select option “Be made using this is security context”Enter remote login with passwordthen select top 1 * from [linked server name]..[schema name].[table name]