sp_databases (Transact-SQL)
Lists databases that either reside in an instance of the SQL Server 2005 Database Engine or are accessible through a database gateway.
|
Column name |
Data type |
Description |
|---|---|---|
|
DATABASE_NAME |
sysname |
Name of the database. In the Database Engine, this column represents the database name as stored in the sys.databases catalog view. |
|
DATABASE_SIZE |
int |
Size of database, in kilobytes. |
|
REMARKS |
varchar(254) |
For the Database Engine, this field always returns NULL. |