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 default constraint in ms sql server?
What are system databases into sql server (2005/2008)?
Can we write ddl in trigger?
Can you create a logon trigger in sql server 2005 express edition?
How to a Query to copy data from on table to another table.
How to Generate a Series of Random Integers With T-SQL?
sql server architecture ?
Do you know what is normalization of database? What are its benefits?
What is read committed?
How to store and query spatial data?
What are exact numeric data types in ms sql server?
What are the tool windows in sql server management 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)