Multiple choice technology databases

We cannot decide if a server is a linked server by using sys.servers catalog view. True or False?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The sys.servers catalog view explicitly lists all linked servers configured on the SQL Server instance, along with their properties. You can identify linked servers by checking the is_linked column value, making this claim false.