Hello, I'm doing an internship programming in asp.net (vb.net) using sql server 2000 as the backend. I need to create some stored procedures. My question: Is it better to get the data from a view or should I join tables together. All the data that I need seems to be in the view. I'm assuming it is more efficient to use the view instead of joining tables, but I'm fairly new to stored procedures, so any help/advice would be greatly appreciated. Thanks in advance!
Kelly
Kelly