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 |
Does sql server use java?
What is an execution plan?
How to perform backup for certificates in sql server? : sql server security
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Can you get second highest salary from the table?
List few advantages of stored procedure.
What is a constant or literal in ms sql server?
What is collation sensitivity?
What is the tcp/ip port on which sql server runs?
Can I remove the default constraint columns in SQL SERVER?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
How to insert a new row into a table with "insert into" statements in ms sql server?
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)