Skip to content

Commit 23e5cd0

Browse files
zikatorwestMSFT
authored andcommitted
Use current system view instead of the legacy
1 parent cb0614e commit 23e5cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ssms/register-servers/execute-statements-against-multiple-servers-simultaneously.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The results returned by the query can be combined into a single results pane, or
4242
```
4343
USE master
4444
GO
45-
SELECT * FROM sysdatabases;
45+
SELECT * FROM sys.databases;
4646
GO
4747
```
4848

0 commit comments

Comments
 (0)