|
On Jan 23, 9:07 am, vatodorov <vatodo...@gmail.com> wrote:
> Is it possible to lookup the relationships between tables in an SQL
> database? I wrote a code that queries the server and returns a list
> with all the tables there, but I don't know how they are related. I
> would like to expand that and lookup the relationships and the
> variables by which they are connected.
Try
SASHELP.VREFCON
REFCON -> Referential Constraints
--
Richard A. DeVenezia
http://www.devenezia.com
|