What is Catalog view in Linked Server? Catalog views are use to store information related to linked server logins, security and other features which are enabled for linked server. Sys.linked_logins – We can fire select query on this Catalog view which stores Linked-server-login mapping information from local server to the corresponding linked server for execute distributed queries by using RPC. ...