General Information List of All Allowed Databases in MS SQL Server

In MS SQL Server, the following query is run to get the list of general information of all databases allowed by the user role.

EXEC sp_helpdb


You May Interest

How to Restart SQL Server in Single-User Mode ?

Getting Rows in a Table in Random Order in MS SQL

What is Partial Cache Mode in SSIS ?

Using MS SQL DISTINCT

What are Indexed Views inside SQL Server ?