Re: Views vs Stored Procedures, whats the difference?
- From: "Doug" <drmiller100@xxxxxxxxxxx>
- Date: 29 Jan 2006 17:13:41 -0800
create a view.
then create that same view "into" a stored procedure.
everything you can do in a view you can do in a stored procedure. But
in a stored procedure, you can do MUCH more, much faster, and with much
more flexibility.
And then, you can do a whole lot more then that with a stored
procedure. Think of a view as memorizing key strokes for an old time
macro.
Think of a stored procedure as a full fledged programming language.
.
- References:
- Views vs Stored Procedures, whats the difference?
- From: mooreit
- Views vs Stored Procedures, whats the difference?
- Prev by Date: Re: SQL Server 2000 query time out option, what does it do?
- Next by Date: Re: ORDER BY in VIEW not working
- Previous by thread: Re: Views vs Stored Procedures, whats the difference?
- Next by thread: Re: Views vs Stored Procedures, whats the difference?
- Index(es):
Relevant Pages
|