About 1,190,000 results
Open links in new tab
  1. Find a database with a particular table OR Find a table in every ...

    Jan 19, 2011 · I have a SQL Server with hundreds of databases and each database having hundreds of tables. Now I would like to find where in these databases is a table that I am …

  2. SQL Server: Search and Find Table by Name - My Tec Bits

    Feb 26, 2016 · There are several ways to search and find the tables in the SQL Server database by table name or by column name. Below are few of the methods to find table in the database. …

  3. Searching for database objects using SQL Server Management

    May 25, 2016 · Have you ever experienced the need to find a stored procedure, a table or a view in a large SQL Server database where the only thing you remember is part of the object …

  4. Different ways to search for objects in SQL databases - SQL Shack

    Jun 29, 2020 · In this article, we explored various ways to search for SQL database objects in SQL Server. We can use T-SQL, object explorer search, SSMS filter, as well as third-party …

  5. How to find table in database sql server? - California Learning ...

    Nov 13, 2024 · The simplest way to find a table in a SQL Server database is by using the Object Explorer. Follow these steps: Open SQL Server Management Studio (SSMS) and connect to …

  6. How to find a table in a SQL Server database? - TinyGrab

    4 days ago · Methods for Locating Tables in SQL Server. Let’s delve into the primary methods for locating tables within your SQL Server database. 1. Leveraging sys.tables and T-SQL …

  7. sql - Find database location of a table - Stack Overflow

    Aug 14, 2012 · How do you find which database a table is located in, of which you know the name (e.g. dbo.mytable1), in Microsoft SQL Server Management Studio 2005?

  8. sql server - How can I find a table in the whole instance? - Database

    Dec 30, 2015 · How can I search for a table in the whole instance? Perhaps you didn't know but when you get an answer that actually helps you out, you have the option of accepting it …

  9. SQL SERVERFind Table in Every Database of SQL Server

    Apr 29, 2008 · I wrote down following quick script which looks into all the database on the server and provides the database name, schema name and table containing searched word in its …

  10. List tables in all databases in SQL Server instance

    Feb 11, 2019 · Query below lists all tables from all databases on SQL Server instance. Query declare @sql nvarchar(max); select @sql = (select ' UNION ALL SELECT ' + + …

  11. Some results have been removed
Refresh