About 222,000 results
Open links in new tab
  1. SQL Server : SELECT from sys.tables and sys.views

    Sep 2, 2017 · The below SQL seems to be working, but I am wondering if there is a better way to write this. I am trying to select all views and tables with a specific name. There should only be …

  2. How to check if SQL Server Tables are System Tables

    Apr 5, 2012 · However, there are system tables which I'd like to exclude from that. Instinctively, I would check the properties IsSystemTable or IsMSShipped. These don't work like I expect - I …

  3. Get list of tables but not include system tables (SQL Server 2K)?

    I know I can get a list of tables from a given database with the following query: select * from information_schema.tables How do I go about excluding system tables though?

  4. Getting the table structure in ms access with SQL query?

    Apr 27, 2016 · Ms Access has several system tables that are, by default, hidden from tables list. You can show them. In Ms Access 2007 do a right click on tables list and select Navigation …

  5. sql - Find all tables containing column with specified name - Stack ...

    Find all tables containing column with specified name Asked 14 years, 10 months ago Modified 6 months ago Viewed 4.5m times

  6. How to fetch the row count for all tables in a SQL SERVER database

    Feb 8, 2010 · I am searching for a SQL Script that can be used to determine if there is any data (i.e. row count) in any of the tables of a given database. The idea is to re-incarnate the …

  7. Joining sys.columns and sys.tables on database name

    Apr 21, 2020 · I'm writing a application using a database backend, but I need to find out all the column names and the table they belong to via SQL. I know you can query sys.columns, …

  8. How do I get list of all tables in a database using TSQL?

    What is the best way to get the names of all of the tables in a specific database on SQL Server?

  9. How to get column details (column, datatype) of table in SQL …

    Jul 18, 2020 · I am new to databases, I just created a table using "New Table", but I want to list of columns and their properties as shown in the screenshot. What is the SQL …

  10. can we list all tables in msaccess database using sql?

    Jun 18, 2014 · 4 Ms Access has several system tables that are, by default, hidden from tables list. You can show them. In Ms Access 2007 do a right click on tables list and select Navigation …