how to give input dynamically to a insert statement in
sqlserver
Answer Posted / ramadass
Write a store procedure for insert and pass the input value
as parameters to proc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is the function of sql server agent windows service?
State the difference between union and union all?
What is partitioned view?
Define outer join in sql server joins?
How many types of keys are there?
What is reportserver and reportservertempdb ?
Define views.
Explain how to send email from sql database?
How to send email from database?
What is difference between createstatement and preparedstatement?
What is difference statement and preparedstatement?
Explain temporary table vs table variable by using cursor alternative?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
Why main is user defined function?
How to return the top 5 rows from a select query in ms sql server?