• SQL Server: add a linked server to Oracle Database

    A linked server allows us to read, from the instance we are using SQL Server, tables stored on a different instance or even on a different DBMS. To do this you must use OLEDB (Object Linking and Embedding Database), API developed by Microsoft that allow access uniformly to a wide variety of data sources.

  • SQL Server: aggiungere un server collegato al database Oracle

    Un server collegato ci permette di leggere, dall'istanza che stiamo usando SQL Server, tabelle memorizzate in un'istanza diversa o anche in un DBMS diverso. A tale scopo รจ necessario utilizzare OLEDB (Object Linking and Embedding Database), API sviluppata da Microsoft che consentono l'accesso in modo uniforme a un'ampia gamma di origini dati.