Answer Posted / hima
Dynamic SQL is a term used to mean SQL code that is
generated programatically (in part or fully) by your program
before it is executed. As a result it is a very flexible and
powerful tool. You can use dynamic sql to accomplish tasks
such as adding where clauses to a search based on what
fields are filled out on a form or to create tables with
varying names.
Using dynamic SQL you can put a SQL statement inside a
variable and execute that statement. It's what you have to
do when you're trying to run Select * from @TableName.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is form feed and carriage return?
Can we have 2 main methods in c#?
How can I produce an assembly?
What does private void mean in c#?
What does it mean?
Is goto statement supported in c#?
What are the benefits of using the aggregate method in linq?
In dynamic link library, which api is used for load library?
What is class sortedlist underneath?
What is “using” statement in c#?
Why do we use methods in c#?
How do I run managed code in a process?
What are namespaces, and how they are used?
How do I trim a space in c#?
What is console used for?