InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements is/are not true for SQL profiler?(a) Enables you to monitor events(b) Check if rows are being inserted properly(c) Check the performance of a stored procedure(d) None of the mentionedThe question was posed to me during an interview for a job.Enquiry is from Estimating Statistics of Expression Results in division Query Processing Techniques of Database Management |
|
Answer» RIGHT option is (c) Check the performance of a STORED procedure For EXPLANATION: Stored procedures are like functions which do not RETURN values. |
|