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 |
What are examples of triggers?
What is transcation?Plz give One example?
Write the Syntax for Cursors.
2 Answers CarrizalSoft Technologies, HP,
what is difference between having and where clause ?
How does clustered and non clustered index work?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
how to connect sybase to sql server 2005?.
How raid can influence database performance?
Can group by be used without aggregate functions?
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
What is a SQL Server Temporary Table?
How to configure odbc dsn with different port numbers?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)