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
What is a rownum?
What are the difference between “where” and “having” clause in sql server?
What is efficiency data?
How each E-R model constructs can be mapped to the relational model?
How will you make an attribute not process? : sql server analysis services, ssas
What is a collation?
How can I get data from a database on another server?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
How to drop an existing table?
What is key set driven?
How do I start sql server 2017?
Can we store videos inside the sql server table?
Explain what are magic tables in sql server?
How do you implement session management in SQL Server mode?
What is the full form of ddl?