How will oyu test the stored procedure taking two parameters
namely first name and last name returning full name?
Answer Posted / jerry joseph
EXEC ProcedureName 'FirstName', 'LastName'
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to define and use table alias names in ms sql server?
Which trace flags are enabled in sql server?
What are the options which must be set to allow the usage of optimistic models?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What is the difference between stored procedure and functions?
What is attribute hierarchy? : sql server analysis services, ssas
What are “unrepeatable reads”?
How to move database physical files in ms sql server?
How to drop an existing user defined function in ms sql server?
What happens if null values are involved in arithmetic operations?
Does windows server 2016 come with sql server?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
How you can change the database name in SQL SERVER?
How to transfer an existing table from one schema to another schema in ms sql server?
What is exclusive locks?