Can you give an example of Stored Procedure?
Answer Posted / ghous
user defines sp...
say i want to select some values based on parameter
create sp dbo.spname
'declare var
@parametername int
as
select * from table_name
where file_name=@parametername
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the differences between web role and worker role?
What are different types of statement?
Does a sql server 2005 select statement require a from?
How to write an inner join with the where clause in ms sql server?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
Explain the properties of the relational tables?
What is a result set object returned by mssql_query()?
According to you what goes into making the best database administrator? : sql server database administration
Define outer join in sql server joins?
What is unpivot?
How adventureworkslt tables are related?
What is it unwise to create wide clustered index keys?
What is parameterized reports in ssrs ?
What is database architecture? : SQL Server Architecture
What is a partition function in sql server?