While i was working with a C# application I got the need of getting all the database names in a ComboBox, I googled and found some queries to get the list of all database names.

If you are working on master database, the query will be any one of the queries given below..

If you are working with any databases including master, there are few queries to get the names of all databases, you can use any of them

Output will be as in the image below:

list-all-database-names-sql-server

 

1 thought on “Retrieving List of All DataBases in Sql Server”

Comments are closed.