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

Adding Columns to a Table with a Query in MS SQL

What are the INTERSECT Operators in SQL Server ?

Disable All Triggers in MS SQL Server Table

What are The Different Backup Options With SQL Server ?

Creating a Stored Procedure in MS SQL