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 is database replication? What are the different types of replication you can set up in sql server?

485


Can you create a logon trigger in sql server 2005 express edition?

555


How to enter comments in transact-sql statements?

538


What do you mean by collation recursive stored procedure?

579


Can I run multiple instances of sql server 2000 at the same time on one computer?

577






How to recompile stored procedure at run time?

556


what stored procedure can you use to display the current processes? : Sql server administration

515


What’s the distinction between dropping a info and taking a info offline?

584


What is ms sql server index?

548


What is use of attributehierarchyenabled? : sql server analysis services, ssas

593


Differentiate between SQL and ORACLE joins and write their syntax.

575


List out some of the requirements to set up a sql server failover cluster?

530


What are the new features are introduced in sql server 2012 reporting services?

105


Can we call stored procedure in view in sql server?

476


1 01 101 01010

1548