|
What are the Stored procedures (sprocs) in SQL Server?
|
|
Stored Procedures are logically grouped set of transect-SQL statement bundled up into a single unit that perform a specific task. They allow for variables and parameters as well as selection and looping constructs.
|
|
|
|
|
|
|
|