Additional SQL Server features and topics not covered by specific categories
Is it possible to create view without using linked server..?
Instead of a Linked Server (which should be preferred for your requirement) you can use OPENROWSET (Transact-SQL) ; which is a kind of ad-hoc Linked Server.