What is storeprocedure?Tell me synatx for how to write stored
procedure.
Answer Posted / 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 View All Answers
How to create percentile function?
What languages bi uses to achieve the goal?
List all types of constraints in sql server?
what is a join? : Sql server database administration
What extended events?
What is the filtered index?
Explain linked server in sql?
What are the encryption mechanisms in sql server?
What is the fastest way to permanently delete a 1 million row table named customers?
What is sql language?
Explain about thread and memory management process of SQL?
Can a synonym name of a table be used instead of a table name in a select statement?
Do you know nested transaction?
When would you use the stored procedures or functions?
What part does database design plays a role in performance of an sql server-based application?