About 12,000,000 results
Open links in new tab
  1. How to Show/List Tables in a SQL Server Database

    Learn how to display all tables in a SQL Server database using SQL queries. This guide covers different methods, including system views and commands, to retrieve a complete list of tables.

  2. Create views - SQL Server | Microsoft Learn

    Nov 18, 2025 · Use SQL Server Management Studio In Object Explorer, expand the database where you want to create your new view. Right-click the Views folder, then select New View.... In the Add …

  3. SQL List All Tables

    This tutorial shows you how to use commands to list all tables of a specified database in MySQL, PostgreSQL, Oracle, SQL Server, DB2, and SQLite.

  4. How do I find the tables and columns which make up a view

    Jul 23, 2014 · I have a view in one of our DBs and I need to find out where the values in the view come from How do I go about this? (SQL Server Management Studio)

  5. System Base Tables - SQL Server | Microsoft Learn

    Jun 9, 2025 · You can view the data in the system tables through the system catalog views. To update the metadata in a system base table, use the appropriate Transact-SQL interface (for example, DDL …

  6. How to View a Table in SQL: Essential Steps for Database Inspections

    Jun 28, 2023 · Before learning how to view a table in SQL, it’s crucial to set up your database properly. With a well-structured database, viewing tables in SQL will be more straightforward and efficient. …

  7. sp_table_privileges (Transact-SQL) - SQL Server | Microsoft Learn

    Jun 23, 2025 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance SQL database in Microsoft Fabric Returns a list of table permissions (such as INSERT, DELETE, …

  8. Unable to view tables & views (Object Explorer in ssms) - synapse

    Aug 22, 2022 · I have granted users access to db_datareader on a particular database on a dedicated SQL pool but the user is unable to see the folders (Tables & Views) in ssms object explorer.

  9. View and Edit Data in a Table - SQL Server Data Tools (SSDT)

    Sep 10, 2025 · Learn how to use Data Editor to view, edit, and delete data in an existing table. See how to view changes in script form and save them to a script file.

  10. sql server - User still cannot see database tables in SSMS after GRANT ...

    Jan 25, 2023 · Ive created a login, created them as a user with db_datareader in a DatabaseA and then granted view any definition to the login. The user still cannot see the tables in the database in SSMS. …