I've got an app that used several hundred stored procedures and am not familiar with views and how they work. A friend recommended that I use Views (Indexed) to help cut down on query time, especially for SP's that do nothing more than a simple select statement. So, I guess my question is; when is it best to use Views and should I consider implementing them?
Thanks!
Thanks!