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

    Jul 8, 2014 · 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. Execute: This the preferred approach now, …

  2. Getting list of tables, and fields in each, in a database

    Jan 7, 2009 · I'm looking at creating a basic ORM (purely for fun), and was wondering, is there a way to return the list of tables in a database and also the fields for every table?

  3. How can I select from list of values in SQL Server

    Dec 13, 2016 · For example in PowerShell, you can do $d = (1, 1, 1, 2, 5, 1, 6) | sort -Unique to get the distinct values in an array $d. Easy to extend to a file-to-file tool. Is the important thing …

  4. SQL Cheat Sheet ( Basic to Advanced) - GeeksforGeeks

    Mar 12, 2025 · Creating and managing databases in SQL involves various commands and concepts that handle the structuring, querying, and manipulation of data. In this guide, we will …

  5. View list of databases on SQL Server - SQL Server | Microsoft Learn

    Sep 29, 2024 · Learn how to view a list of databases on an instance of SQL Server by using SQL Server Management Studio or Transact-SQL.

  6. SQL Server Show/List Databases - GeeksforGeeks

    May 21, 2024 · Listing all databases in SQL Server is a common task for database administrators and developers. SQL Server provides two main methods to solve this such as using SQL …

  7. SQL Commands: The Complete List (w/ Examples) - Dataquest

    Feb 17, 2021 · Below is a comprehensive list of SQL commands, organized by the top-level of each (e.g. SELECT TOP is within the SELECT category). If you’re on a journey to learn SQL …

  8. 20 Basic SQL Query Examples for Beginners - LearnSQL.com

    Aug 17, 2023 · Accessing Data in Two Tables Using INNER JOIN and Filtering Using WHERE. 20.

  9. List All Databases in SQL Server - GeeksforGeeks

    Apr 7, 2025 · To get a list of all databases on the SQL Server, use the following query: This command will return all databases, including system and user-defined databases. Let’s look at …

  10. How to Show a List of Databases in SQL - Database Star

    Jun 2, 2023 · To view a list of databases in SQL Server, you can either query a table or run a stored procedure. You can run this query: This will show a list of database names. You can …

Refresh