Unable to link SQL Server Express to SQL Server
NickName:Leo Demarce Ask DateTime:2020-07-13T04:02:15

Unable to link SQL Server Express to SQL Server

I have a SQL Server version 12.0 instance installed on a Windows Server 2012R2 (SERVER/SQL), and a SQL Server Express version 11.0 instance installed on a windows 10 workstation (WIN10/SQLEXPRESS). Both are on the same domain. I am logged in as the domain admin and have full rights on both SQL instances.

On my WIN10 machine I am able to create a linked server from (WIN10/SQLEXPRESS) to (SERVER/SQL).

On my SERVER when I attempt to create a linked server from (SERVER/SQL) to (WIN10/SQLEXPRESS) I am told to ensure that the instance will allow for remote connections. I have gone through about 40 hours of troubleshooting this, ensuring that all firewalls, ports, security and agents and browsers are open.

Is there any reason I cannot link a SQL Server Express to another SQL Server, but can the other way around?

I would like to be able to call stored procedures from my main SQL Server but am not able to.

Please note, the purpose for the SQLEXPRESS on the WIN10 machine is due to the vendor requirements for the software I am using. Otherwise I would have the instance on my SERVER.

Copyright Notice:Content Author:「Leo Demarce」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/62865921/unable-to-link-sql-server-express-to-sql-server

More about “Unable to link SQL Server Express to SQL Server” related questions

Unable to link SQL Server Express to SQL Server

I have a SQL Server version 12.0 instance installed on a Windows Server 2012R2 (SERVER/SQL), and a SQL Server Express version 11.0 instance installed on a windows 10 workstation (WIN10/SQLEXPRESS)....

Show Detail

Unable to use SQL Server Authentication with SQL Server Express 2008

I have a simple question regarding SQL Server Authentication. I am working with SQL Server 2008 Express which came along with VS2010. As SQL Server Express was installed along with VS2010, there w...

Show Detail

SQL Server Express unable to attach or delete mdf file

My database file Whist.mdf was attached to a SQL Server Express through Management Studio, but it stopped working in that sense that NHibernate in my asp.net solution fired some connection exceptio...

Show Detail

Is SQL Server 2012 express faster than SQL Server 2005 Express?

Recently, I upgraded my development computer to Windows 8 and now, I am having hard time installing SQL Server 2005 express on my development machine. My ASP.NET MVC Website project is based on SQL

Show Detail

Unable to connect to SQL Server Express from Web Server

SOLVED: Missing knowledge of TPC settings for the SQL Server Express was the problem. We have a web server with an instance of SQL Server Express running. The SQL server is running as intended. Sin...

Show Detail

How to access SQL Server 2012 Express remotely

I am using SQL Server 2012 Express and I have enabled remote connections plus also have followed the steps give in the LINK However I am unable to access the server remotely and what server name s...

Show Detail

SQL Server CE instead of SQL Server Express

When creating a new ASP.NET MVC application in VS2010 you get Account (Simple Membership Database) database in SQL Server Express format. Since I have problems with database migration / configur...

Show Detail

Unable to connect to Sql Server Express database

I installed Sql Server Express 2008 R2, and created a database file in Sql Server management Studio. Now From Visual Studio 2008 I try to connect, but it fails with error: Unable to open the ph...

Show Detail

Linked server setup between SQL Server Express and SQL Server

Can you please explain how to setup a linked server between a SQL Server (A) and a SQL Server Express (B) scenario. Server A is SQL Server 2000, whereas Server B is SQL Server 2005 Express. I h...

Show Detail

SQL Server Express 2008 database compatibility with SQL Server Express 2005

a) I am in the process of developing a web site using the new free web development tool - Webmatrix (Beta 2) from Microsoft. b) Web Platform Installer (recommends and also) automatically installs ...

Show Detail