Viewing 2 posts - 1 through 3 (of 3 total)
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.
April 26, 2009 at 10:25 am
#984106
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,
...
April 26, 2009 at 9:58 am
#984100