Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are examples of triggers?

0 Answers  


What is transcation?Plz give One example?

2 Answers  


Write the Syntax for Cursors.

2 Answers   CarrizalSoft Technologies, HP,


what is difference between having and where clause ?

3 Answers  


How does clustered and non clustered index work?

0 Answers  


What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio

0 Answers  


how to connect sybase to sql server 2005?.

1 Answers   ABC,


How raid can influence database performance?

0 Answers  


Can group by be used without aggregate functions?

0 Answers  


in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.

8 Answers  


What is a SQL Server Temporary Table?

1 Answers   Wipro,


How to configure odbc dsn with different port numbers?

0 Answers  


Categories