Forum Moderators: open
whats the difference between the ways?
The difference between a View and a Stored Procedure is that a View is a query that has been given a name and a Stored Procedure is a SQL script that has been given a name. Stored Procedures have an added advantage of being able to accept and return parameters.
Joining to another table will not speed things up in itself. However, if you replace columns such as county with a code the base table will process faster because the rows are smaller.