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

Does sql server use java?

0 Answers  


What is an execution plan?

0 Answers  


How to perform backup for certificates in sql server? : sql server security

0 Answers  


do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration

0 Answers  


Can you get second highest salary from the table?

0 Answers   QuestPond,


List few advantages of stored procedure.

0 Answers  


What is a constant or literal in ms sql server?

0 Answers  


What is collation sensitivity?

0 Answers  


What is the tcp/ip port on which sql server runs?

0 Answers  


Can I remove the default constraint columns in SQL SERVER?

5 Answers   Value Labs,


Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?

0 Answers   Value Labs,


How to insert a new row into a table with "insert into" statements in ms sql server?

0 Answers  


Categories