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



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

Answer / 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

More SQL Server Interview Questions

What is the need for group functions in sql?

0 Answers  


How to make a remote connection in a database?

0 Answers  


Do you know how to make remote connection in database?

0 Answers  


Can a database be shrunk to 0 bytes, if not, why?

0 Answers  


What is raid? : SQL Server Architecture

0 Answers  






Do you know the different ddl commands in sql?

0 Answers  


What will you do If the low Performance occurs?

2 Answers  


how many type of indexing in database?

0 Answers   IBM,


How to read 2nd highest sal from EMP table?

5 Answers   IBM, TCS,


Where are sql server user names and passwords stored in sql server?

0 Answers  


what are file groups?

3 Answers   Evalueserve,


What is an entity-relationship diagram (erd)?

0 Answers  


Categories