Hi all,
I have a pretty basic question on computed columns. What difference does it make if the IsPersisted property is set to Yes or No? So far I couldnt see any difference between the two using a test table in my db, the column gets updated whether it is persisted or not.
I'm using SQL Express 2005, the front end application is writen in asp.net. Would the IsPersisted have any effect?
Thank you for any help and advice.