About 255,000 results
Open links in new tab
  1. Get list of databases from SQL Server - Stack Overflow

    Sep 29, 2008 · How can I get the list of available databases on a SQL Server instance? I'm planning to make a list of them in a combo box in VB.NET.

  2. sql server - SqlServer 08: Query to list all databases in an instance ...

    Jan 18, 2010 · Notes: -E: Use a trusted connection ("Windows authentication"). Replace by -U username -P password for SQL Server authentication. -S SERVER\INSTANCE: The instance …

  3. How to list databases in terminal in PostgresSQL?

    I'm experienced with MySQL, but I've just started to work with Postgres - from the terminal, how can I see the list of existing Postgres databases using the psql command? I checked the …

  4. How to see all the databases and Tables in Databricks

    Sep 22, 2020 · How to see all the databases and Tables in Databricks Asked 5 years, 2 months ago Modified 2 years, 3 months ago Viewed 17k times

  5. Listing information about all database files in SQL Server

    What I tried: exec sp_databases all databases select * from sys.databases shows a lot of information about each database - but unfortunately it doesn't show the files used by each …

  6. How to display databases in Oracle 11g using SQL*Plus

    Jun 9, 2010 · With help of this command show databases; I can see databases in MySQL. How to show the available databases in Oracle?

  7. In mysql, the show databases; command doesn't list all of my …

    Mar 4, 2012 · I can access all of my databases with HeidiSQL, but if I go to the mysql.exe window and use show databases; only 2 of them show up out of 11. These are all databases on …

  8. mysql - "Show databases" with condition - Stack Overflow

    Oct 11, 2009 · i would like to query a MySql Database to show me all the existing databases based on provided condition (condition applied on the database name). now since my …

  9. How can I get a list of all of the user databases via t-sql?

    21 I want to get a list of all of the user databases from an mssql server instance. What's the best way to do this? I know I can select from sys.databases, but I don't see any way to filter out …

  10. SQL Server query to find all current database names

    May 16, 2009 · I need a SQL query to find the names of existing databases.