Hi
I have this project senario:
Admin can select deferant columns from deferent sql server tables and save this selection in some way from asp.net page (form).
This selection can change from another admin, but still have one (saved) selection.
I have some idea to use SQL view, by create view from asp.net code and save it in sql server. Than can alter this view from code!
I don't work with view before and I don't know if this is a god or bad solution?