Forum Replies Created

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

  • RE: Find Foreign Key Tables

    EXEC sp_helpconstraint 'TableName' for single tables is simpler and covers all constraints.

  • RE: The Pitfalls of Foreign Keys

    Some additional thoughts:

    Re: Deletes are expensive

    1. How often is a delete from a code table performed (hint if there are <100, <1000 entries?) There may be no need for...

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