What is an advantage of placing computations in sql views?
Answers
Answered by
0
Stored procedures give us many advantages over using sql scripts and SQL statements that are dynamically created by our windows or web applications. In this article we will outline why we should be aiming to use Stored Procedures to enable our web and windows applications to interact with our SQL Server database.
Similar questions