Forum Replies Created

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

  • RE: Primary key vs NOT NULL unique key..

    Tomm Carr (4/29/2008)


    Matt Miller (4/29/2008)

    The primary characteristic for a primary key (in addition to uniqueness) is immutability, specifically because of its "deisgnated use" in table relations. And that's where...

  • RE: SSIS Agent Job

    If it's been running ok for 6 months then I would guess something else has changed.

    Has the account that runs the SQL Server/ the SQL Server Agent changed?

    Could permissions...

  • RE: Can Views add new record?

    Hi there,

    Contrary to many of the posts above, it is possible to update multiple tables from one view.

    Check out "instead of" triggers that you place on the view.

    These allow you...

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