in Technology by

What are the differences between Stored Procedure and the dynamic SQL?

Please log in or register to answer this question.

1 Answer

0 votes
by

What are the differences between Stored Procedure and the dynamic SQL?

Stored Procedure is a set of statements which is stored in a compiled form. Dynamic SQL is a set of statements that dynamically constructed at runtime and it will not be stored in a Database and it simply execute during run time.

Related questions

...