What is a Stored Procedure?

Answer Posted / nivedita

Stored procedures are "defined once, used many times."A
stored procedure is written using Transact-SQL (T-SQL). T-
SQL is a subset of ANSI SQL-92 that has extensions to the
Standard. T-SQL includes variables, conditional logic,
loops and flow control.A stored procedure allows you to put
code or business logic on the database server.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When to use Inner join & when to use subquery?

749


What is the difference between primary key and unique constraints?

667


What is partition in sql server?

713


If we delete pack Spec what will be the status of pack Body ?

1163


What is user defined stored procedures?

715






What is cdc in sql server?

738


How to insert new line characters into strings?

719


What are null values in ms sql server?

748


How you can get a list of all the table constraints in a database? : Sql server administration

685


What is the primary use of the model database?

796


What is trigger and different types of Triggers?

801


What are the new features in sql server 2016?

706


What is tabulation?

703


What is the difference between drop table and truncate table?

655


What happens if null values are involved in arithmetic operations?

761