Does "SQL Server" linked server use OLEDB provider?

  • Hi,

    When I create a linked server using Enterprise Manager, I can choose to say it's an SQL Server, and just put the server name in.  Otherwise, I can explicitly say to use the "Microsoft OLE DB Provider for SQL Server", and give the linked server a nice alias.

    I am recommending that my company change from using the "SQL Server" option to using the full provider so that we can have the same alias across dev, uat and prod environments.

    Question is, is there any performance benefit over just choosing "SQL Server", or does it just use the same OLE DB provider anyway?

    Thanks,

    Steve

  • Hi ,

    Yes they both will use SQLOLEDB. You can see this by a query on sysservers in Master.

    SELECT     srvproduct, providername, srvname

    FROM         sysservers

     

     


    Andy.

  • Thanks for that. One less obstruction.

    Steve

     

     

     

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply