What is the difference between "dynamic SQL" and "stored procedure" ?

 Posted by Chikul on 12/21/2009 | Category: Sql Server Interview questions | Views: 5016
Answer:

Dynamic sql is the bunch of statements that dynamically constructed at run time and not stored in database.
Where as Stored procedures are stored in data base in complied form.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response