Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Finding Related Tables

Finding Related Tables

Scheduled Pinned Locked Moved Database
databasehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    arnoldpinto84
    wrote on last edited by
    #1

    Hi, Could some1 help me with a query which will allow me to get a list of related tables for a particular table. for eg. suppose the user selects 'Product' table , i need a list of tables that are related to the product table Thanks.

    J 1 Reply Last reply
    0
    • A arnoldpinto84

      Hi, Could some1 help me with a query which will allow me to get a list of related tables for a particular table. for eg. suppose the user selects 'Product' table , i need a list of tables that are related to the product table Thanks.

      J Offline
      J Offline
      joemonvarghese
      wrote on last edited by
      #2

      hi this qry will give u all the related tables of table 'Product' select t.name from sysobjects t,syscolumns c where t.id=c.id and c.name in (select c.name from sysobjects t,syscolumns c where t.id=c.id and t.name='Product')

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups