How will oyu test the stored procedure taking two parameters
namely first name and last name returning full name?
Answers were Sorted based on User's Feedback
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 |
Answer / jerry joseph
EXEC ProcedureName 'FirstName', 'LastName'
| Is This Answer Correct ? | 2 Yes | 2 No |
what is extended StoreProcedure ?
Can you roll back the ddl statement in a trigger?
What are user defined functions in ms sql server?
can an order by clause be used in a creation of a view?
what are different types of raid configurations? : Sql server database administration
What’s the distinction between dropping a info and taking a info offline?
What is service broker? : sql server database administration
What is a subquery in a select query statement in ms sql server?
How many types of indexes are there in SQL Server?
6 Answers CarrizalSoft Technologies, United Healthcare,
How are SQL Server databases physically stored under Windows 2000?
How to delete a login name in ms sql server?
What do I need to start working with sql studio? : sql server management studio
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)