Forum Replies Created

Viewing post 541 (of 541 total)

  • RE: Script: Getting PK and FK info

    This query provides "To" and "From" Fields as well. I like your query for PK constraints...

    select

    so1.Name as FKConstraint,

    so.Name as FromTable,

    sc.Name as FromColumn, so2.Name as ToTable, sc1.Name as...

Viewing post 541 (of 541 total)