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 are “unrepeatable reads”?
What is a data source file?
What are different types of roles provided by ssrs?
What is query and its types?
How can I create a report based on a query? : sql server management studio
What the class forname () does?
Explain the disadvantages of cursors?
When we should use and scope of @@identity?
What does null mean?
Tell me what is the order in which the sql query is executed?
what is a transaction and what are acid properties? : Sql server database administration
What is difference between aggregate and analytic function?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
What is encryption key?
Mention the uses of stored procedures.