I’d like to know to which DBs can I connect, via DB Link, from a Microsoft SQL Server 2012 DB?
Is there a list?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume that by “DB link” you mean a “linked server”? There is no list, because as the documentation says:
And:
In other words, you can use any OLE DB provider to create a linked server but configuration and behaviour varies a lot.
MSDN includes a list of tested providers, although there is no SQL Server 2012 version of the page.