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
Describe the left outer join & right outer join. : sql server database administration
How to name query output columns in ms sql server?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What are built in functions?
Do you know what is rank function?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
What are page splits? : SQL Server Architecture
How many partitions a clustered index has by default in sql server 2012?
Explain collation?
Can we return Data from 4(more than 1) tables in stored procedure?
Why are sql functions used?
How to get a list of columns using the "sys.columns" view in ms sql server?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
What is difference between equi join and inner join?
What is the difference between migration and upgradation in sql server?