what is dynamic SQL?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beginner123
    New Member
    • Feb 2013
    • 3

    what is dynamic SQL?

    hi all
    i just want the description what is dynamic SQL? how we can create Dynamic SQL database
  • VanessaMeacham
    New Member
    • Sep 2012
    • 31

    #2
    HI ! Dynamic SQL is merely where the query has been built on the fly - with some vendors, you can build up the text of the dynamic query within one stored procedure, and then execute the generated SQL. In other cases, the term merely refers to a decision made by code on the client this is at least vendor neutral

    Comment

    Working...