How to add linked server establishing connection from remote SQL Server linking to local instance of SQL Server Express? By local I mean the PC I use with SQL Server Express instance and by remote I mean server I connect to with SSMS. Mostly on the web the opposite situation is described - from remote to local. I start with that documentation: https://learn.microsoft.com/en-us/sql/relational-databases/linked-servers/create-linked-servers-sql-server-database-engine
.\SQLExpress
or some other phrase. SQL Server
or Other data source
? I will not talk about your IP, because it is clear that you must have a public/reachable IP it is a pre-requisite
And once it is done, you have to open the port 1433 in your firewall so connections are not blocked as you can see here
At this point you just have to add the linked server as usual, by IP/Instance