InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Stored procedures assist in achieving consistent implementation of logic across applications(b) A stored procedure is a group of Transact-SQL statements compiled into a single execution plan(c) Stored procedures can also improve performance(d) All of the mentionedThe question was posed to me during an interview.The above asked question is from Stored Procedure in division Developing with SQL Server of SQL Server |
|
Answer» Right choice is (d) All of the mentioned |
|