InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) sp_depends provide the details of all database objects that depend on the specific database object(b) sp_helpdb provides the text of a stored procedure reside in Sql Server(c) Extended procedures provide an interface to external programs for various maintenance activities(d) All of the mentionedThis question was posed to me in final exam.This interesting question is from Stored Procedure topic in chapter Developing with SQL Server of SQL Server |
|
Answer» The CORRECT ANSWER is (b) sp_helpdb provides the text of a STORED procedure reside in SQL SERVER |
|