What is storeprocedure?Tell me synatx for how to write stored
procedure.

Answer Posted / sumit ranjan

Stored procedures simplify Analysis Services database development and implementation by allowing common code to be developed once and stored in a single location. Stored procedures can be used to add business functionality to your applications that is not provided by the native functionality of MDX.



create procedure myproc
@gender varchar(30)
as
begin

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens to a trigger with multiple affected rows?

533


Define compound operators?

537


How do I setup a sql server database?

552


What does indexation mean?

533


What is normalization and its types?

540






What is the difference between cube operator and rollup operator? : SQL Server Architecture

630


what are user defined datatypes and when you should go for them? : Sql server database administration

544


Can we take the full database backup in log shipping?

545


Why it is recommended to avoid referencing a floating point column in the where clause?

542


Do you know what are acid properties of transaction?

526


What is indexing explain it with an example?

555


What is lookup override?

590


How do you rebuild an identity column?

554


Equi join and non equi join is possible with sql server?

489


What is the difference between grant and with grant while giving permissions to the user?

513