I want to create a view in a Database residing in SQL Server Express 2008
.
The view will be take its data from table residing on another server SQL Server 2008
on another machine in the same LAN.
My Question is if a must create a Linked Server for this goal and if it is possible to create a linked Server on SQL Express
.
Are there any solutions without using a linked Server?