SQL Server Standard edition license support linked server feature?

Tan Wei Yean 116 Reputation points
2021-02-02T04:12:38.51+00:00
  1. Does MSSQL server standard edition support server link feature?
  2. I need to create a server link between 2 database server in the cloud.
  3. if one server is on enterprise edition and another is on standard edition, can the server link be created.
SQL Server Other
{count} votes

Accepted answer
  1. Martin Cairney 2,261 Reputation points
    2021-02-02T05:54:06.917+00:00

    Linked Servers are not edition dependent. You can create a Linked Server between different versions and editions of SQL Server with no isues.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2021-02-02T07:32:04.757+00:00

    Hi @Tan Wei Yean ,

    > Does MSSQL server standard edition support server link feature?

    Yes, it is supported. You can create linked servers in all the editions, but linked server is not supported by SQL Server Compact Edition. Refer to this similar thread.

    > if one server is on enterprise edition and another is on standard edition, can the server link be created.

    Yes, it can be created.


    If the response is helpful, please click "Accept Answer", thank you.

    0 comments No comments

  2. tibor_karaszi@hotmail.com 4,316 Reputation points
    2021-02-02T11:25:10.257+00:00

    Regarding Q2, we would need more info exactly how your database is in the cloud.

    If it is Iaas (a VM), then it work just as a regular SQL Server.

    If it is PaaS (some managed solution) then your options are likely limited since stuff are abstracted away from you (the OS and possibly the instance). For instance Azure's SQL Database and Managed Instances do not support linked servers. OTOH, they don't have editions either so I doubt that you refer to them.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.