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
What is intellisense?
What are Row versions of DataRow?
Explain user defined views?
is there a column to which a default can't be bound? : Sql server database administration
Where can you find the error log information? : sql server database administration
What are the difference between “where” and “having” clause in sql server?
What is read committed?
What are the purpose of Normalisation?
What is equi join with example?
What security features are available for stored procedure?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
Explain logical operators in sql server?
What is the recommended total size of your memory optimized tables?
what do you understand by change data capture?
What are the lambda triggers?