A stored procedure must contains at least two parts:
(1) stored procedure name
(2) its body

 Posted by Akiii on 1/4/2012 | Category: Sql Server Interview questions | Views: 6318 | Points: 40
Select from following answers:
  1. True
  2. False
  3. Maybe
  4. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Mkiran on: 1/5/2012 | Points: 10
To create Stored Procedure Parameter List is not mandatory its an optional
Posted by: Mvbedarkar on: 1/6/2012 | Points: 10
yes, parameter list is optinal to SP
Posted by: Akiii on: 1/6/2012 | Points: 10
Thank you @Mkiran and @Mvbedarkar for giving me suggestions. I will revise my statement asap.

Regards
Akiii
Posted by: Sb.naveenkumar1988 on: 1/10/2012 | Points: 10
ya its true

Login to post response