Yes, you can set up a linked server but first, you need to create an ODBC connection.
- Create an ODBC connection
- Open SQL Server Management Studio
- Create linked server using other data source
- Select provider: Microsoft OLE DB Provider for ODBC Drivers
- Select Product name: same as the ODBC connection name
- Select Data source: same as the ODBC connection name
- Under Security tab select option “Be made using this is security context”
- Enter remote login with password
then select top 1 * from [linked server name]..[schema name].[table name]
Certifications & Credly badges:
Imran has no Certifications & Credly badges yet.
Global Masters badges:
Imran has no Global Masters badges yet.
Followers:
Imran has no followers yet.
Following:
Imran has not followed anybody yet.
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