Problem with dependencies when change a table

  • Hi

    I made a change to a table structure, I add a new field, but when I go to (right click) +All task + display dependencies, I don't see the sp relate with this table anymore.

    How can I see then again?

  • After you've changed the schema all procedures used it must be recompiled.

    Their binary code becomes irrelevant, and so their dependencies.

    When those SPs will be executed next time optimiser will evaluate the new schema and establish dependencies if it's possible.

    If SP will fail compilation against the new schema no dependencies will be established.

    _____________
    Code for TallyGenerator

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

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