I am working on an application to get data from a MS-SQL server (2005). In the command text, I can pass a sql query like this:
string query = \"SELECT T1.f1,
The View may be faster, because you are requesting a shorter command string, but the difference is going to be inconsequential.
The real difference and value of Views, is that like functions and subroutines, they are reusable.