Search code examples
sqlviewsybasesap-ase

how to find tables used in a view on sybase


Am relatively new to sybase ASE and trying to find the tables used in a view kindly help me


Solution

  • You can use sp_depends system procedure as below

    exec sp_depends 'view name'