Query to find SQL Server database names created by users

Can you give me a query to get all the database names (created by users) of one SQL Server?

    Requires Free Membership to View

You can query the sys.databases view or the sysdatabases compatibility view.

This was first published in December 2007

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.