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

How to generate create function script on an existing function?

790


what do you understand by change data capture?

755


How can you check the level of fragmentation on a table?

780


what are isolation levels? : Sql server database administration

667


What command would you use to add a column to a table in sql server?

985


What is temporary stored procedure?

711


When would you use sql joins?

693


What is sql or structured query language?

877


How to rename an existing table with the "sp_rename" stored procedure in ms sql server?

735


Explain what is the difference between union and union all?

751


Explain the functionalities that views support?

860


What is indexing explain it with an example?

723


How do I find the port number for sql server?

701


What are the differences in Clustering in SQL Server 2005 and 2008 or 2008 R2?

769


How can we use ConnectorJ JDBC Driver with MS SQL?

742