Hello, Is there a way to create calculated columns in entity tables ?For example, I have date column, and I want 3 more "calculated" columns, that will hold day, month and year separately.
(for special fast searching and so ... ) Some sql servers has that feature built-in.Or is there another way to do this (put some code somewhere for additional update after insert, or create trigger) ?
Thanx in advance. Radoslav Tomko
