How will oyu test the stored procedure taking two parameters
namely first name and last name returning full name?
Answer Posted / chandra rekha
create procedure prctrial @firstname char(5),
@lastname char{5}
as
print @firstname+''+@lastname
prctrial Miss,Happy
output....Miss Happy
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is instead of dml trigger?
Can group by be used without aggregate functions?
Please differentiate between a local and a global temporary table?
What is the default fill factor value?
What is the user of Primary key?
What are the features of Embedded SQL
Which autogrowth database setting is good?
What are the different subsets of sql?
How to create a store procedure with encryption?
What is difference statement and preparedstatement?
How to encrypt Strored Procedure in SQL SERVER?
What are the different type of replication in sql server?
Explain the difference between control flow and data flow?
When does a workload on SQL Azure get throttled?
How does using a separate hard drive for several database objects improves performance right away?