Hallo Leute,
ich möchte eine Verknüpfung aus 2 Tabellen aus 2 unterschiedlichen Datenbanken auf dem gleichen SQL Server machen.
Ist sowas möglich?
Viele Grüße
Stefan
nein
.
Aber natürlich geht das!
Zitat MSSQL-Doku:
If the table or view exists in another database on the same computer running Microsoft® SQL Server™, use a fully qualified name in the form database.owner.object_name. If the table or view exists outside the local server on a linked server, use a four-part name in the form linked_server.catalog.schema.object. A four-part table (or view) name constructed using the OPENDATASOURCE function as the server part of the name also may be used to specify the table source.
Beispiel:
SELECT * FROM dbo.tblNam INNER JOIN dtbPjv.dbo.tblFtg ON dbo.tblNam.idxNam = dtbPjv.dbo.tblFtg.idxFtg
hi,
aber nicht bei verschiedenen db-instanzen.
darauf bezog sich die frage nicht - kommt daher da ich oracle-geschädigt bin…´
gruß
rasta