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
How to provide login information for a new odbc dsn?
What is blocking?
How to change the name of a database user?
What are the steps you should follow to start sql server in single-user mode?
How to drop an existing schema in ms sql server?
What is the benefit of normalization?
What is GUID in sql server?
What are subqueries in sql server?
How to defragment table indexes?
How many columns can exist together per table?
What is an example of a foreign key?
What is blocking and how would you troubleshoot it? : sql server database administration
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
What is data source in connection string?
How to insert multiple rows with a subquery?