Feature request #10332
Updated by Nyall Dawson about 6 years ago
We can get a list like this
@
SELECT *
FROM sys.databases d
WHERE d.database_id > 4
@
Then we can show the user rather then having to type it.
@
SELECT *
FROM sys.databases d
WHERE d.database_id > 4
@
Then we can show the user rather then having to type it.