Answer Posted / neethu mohanan
stored procedure is used to write queries,if there is an
error in the query it willnot be saved.In this if there is
any parameters first declare it,and then the query is write.
Each stored procedure could have a name.We can create the
stored procedure for any tables in the database.
create database->create table->stored procedure.
format:
(stored procedure name)
(@parameter1 type(size),@parameter2 type(size))
//(query)
insert into tablename values(@parameter1,@parameter2 )
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Explain about SQL server 2005?
Tell me what do we need queues in sql service broker?
What is nonclustered index with included columns ?
Explain the different index configurations a table can have?
What functions can a view be used to performed?
How to specify the collation for a character data type in ms sql server?
What is a recursive stored procedure in sql server?
Why do you want to join software field as you have done your BE in Electronics?
How to locate and take substrings with charindex() and substring() functions?
How to encrypt Strored Procedure in SQL SERVER?
How to create user defined functions with parameters?
What is data block and how to define data block size?
What is the osql utility?
What is service broker? : sql server database administration
How many databases can we create in a single server?