Retrieve the tables from an schema.

  • i have database which contains more than 500 tables and tables are categorized on the basis of schema. i want to retrieve the tables by schema name and find the relationship between them.

    please could suggest how to do this.

  • have join between sys.schemas and sys.objects

    Sriram

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply