InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a system procedure?(a) sp_changeowner(b) sp_owner(c) sp_change(d) all of the mentionedThe question was asked in a national level competition.I need to ask this question from Stored Procedure topic in chapter Developing with SQL Server of SQL Server |
|
Answer» RIGHT option is (a) sp_changeowner The explanation is: sp_changeowner is used to CHANGE the OWNER of an database object. |
|