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
is there a column to which a default can't be bound? : Sql server database administration
How can you check the level of fragmentation on a table?
What are the new features are introduced in sql server 2012 reporting services?
Which database stores information about replication?
How is SQL Azure different than SQL server?
What is the difference between upgrade and migration in sql server?
What are the filtered indexes?
What is the difference between join and inner join?
Can you move the resources after pausing the node? : sql server database administration
How to create a stored procedure with a statement block in ms sql server?
What is Extended user-defined?
How do you create a data source?
What are the parts of a function?
How to generate create view script on an existing view?
Can sql servers linked to other servers?