1.

How a dynamic SQL can be executed?

Answer»

How a dynamic SQL can be EXECUTED?
Below are the three methods to run dynamic SQL.
(1)By writing a query with specific parameters
(2)By using the EXEC
(3)By using the sp_executesql



Discussion

No Comment Found