You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/tsql/Get-ServerLink.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ sp_linkedservers
33
33
select*from master..sysservers
34
34
select*frommaster.dbo.sysservers
35
35
select*frommaster.sys.servers
36
-
select*fromFROMmaster.sys.sysxsrvs --requires some additional execution context
36
+
select*fromFROMmaster.sys.sysxsrvs --This is a system base table - https://docs.microsoft.com/en-us/sql/relational-databases/system-tables/system-base-tables?view=sql-server-ver16
0 commit comments