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 is Auditing Different From Change Data Capture in SQL Server?

What is the Use of Dedicated Admin Connection ?

How is Deadlock Different From a Blocking Situation in SQL Server ...

What is SQL Injection in SQL Server ?

Disabling All Constants in a Table in MS SQL