Forum Replies Created

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

  • RE: Updates on dependent columns

    Hi John,

    Thanks for your post.

    The update statements are much more complicated than in this simple example.

    They involve 2 -10 lines of code.

  • RE: Updates on dependent columns

    Computed column are not allowed to be used in another computed-column

    E.g.

    create table dbo.Table1

    (

    Field3 money NOT NULL,

    Field4 money NOT NULL,

    ...

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