InterviewSolution
Saved Bookmarks
| 1. |
__________ is used to build the code dynamically and execute it.(a) sp_addmessage(b) sp_dropmessage(c) sp_altermessage(d) sp_executesqlThe question was asked in unit test.I need to ask this question from Stored Procedure topic in section Developing with SQL Server of SQL Server |
|
Answer» Right CHOICE is (d) sp_executesql |
|