InterviewSolution
Saved Bookmarks
| 1. |
Which of the following stored procedure is already defined in Sql Server?(a) User Defined Stored Procedure(b) Extended Procedure(c) CLR Stored Procedure(d) System defined ProcedureThis question was posed to me in unit test.Query is from Built in Stored Procedures topic in division Developing with SQL Server of SQL Server |
|
Answer» The correct ANSWER is (d) SYSTEM defined PROCEDURE |
|