Hello I can use either a VIEW or a SP to get results from 2 or more tables that were joined. View act more like a table where you have all the logics combined and when called from your application it is more like calling from a TABLE. But Stored procedure-- I copied the same thing which i have it in view and called from the application and it worked the same. I just want to know if there is any performance enhancement issues using either VIEW or SP. Which one is ideal for good performance? Thanks and regards
Here is the link that answered exactly what i was looking for http://www.sql-server-performance.com/gv_sp_views_selects.asp