Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT *
FROM CBA_linkedINMASTER...[INMASTER]
GO
SELECT a.*
FROM OPENROWSET('MSDASQL',
'CBA;SERVER=CBA_linkedINMASTER',
'SELECT * FROM INMASTER') AS a
Server: Msg 7399, Level 16, State 1, Line 5
OLE DB provider 'MSDASQL' reported an error. The provider did not give any information about the error.
OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBInitialize::Initialize returned 0x80004005: The provider did not give any information about the error.].