Knowledge Walls
Gopal Rao
Mumbai, Maharashtra, India
Passcode:
Delete / drop table in stored procedure sql server
2664 Views
Hints 
Store procedure used to write to do some specific task like function and the same store procedure can used in various place according to the need to redues the coding.

Difference between function and store procedure :
  1. function can return only one value.but store procedure can return many values with out parameter.
  2. store procedure have input and output parameters but function have only input parameters.
In following example i show how to delete the store procedure.
Syntax
drop procedure procedureName;
Example
drop procedure SP_example;
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details