The below query will return a list of none system databases on a Microsoft SQL Server;
SELECT name FROM master..sysdatabases WHERE dbid > 4
Or you can run the below to get a list of databases along with their size and remarks;
EXEC sp_databases
More information about text formats
There are currently 0 users online.
Add new comment