Sql Stored procedure
-
Hi To ALL! can any body tell me the difference between batches and stored procedure?
-
Hi To ALL! can any body tell me the difference between batches and stored procedure?
A batch is a group of SQL commands, including calls to stored procedures, that are processed in sequence. A stored procedure is a procedure made up of SQL commands which you can then call from other SQL code.
My: Blog | Photos | Next SQL Presentation WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
-
Hi To ALL! can any body tell me the difference between batches and stored procedure?
In addition to the previous post, stored procedures are compiled.
The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’