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 nonclustered index on computed columns?
What is self contained scalar sub query?
How to modify an existing user defined function?
How to return the second 5 rows in ms sql server?
What is a subquery in a select query statement in ms sql server?
Explain aggregate functions?
What are the different types of replication you can set up in sql server?
What is triggers and stored procedures?
What is temporal table?
What are the different methods available under sqlcommand class to access the data?
What are the approximate numeric data types?
Define indexes?
Can group functions be mixed with non-group selection fields in ms sql server?
How to rebuild master databse?
What is a database in ms sql server?