InterviewSolution
Saved Bookmarks
| 1. |
Which of the following retrieves a SecurityLabel instance describing the subject label of the current database user?(a) fn_Dominates(b) usp_GetUserLabel(c) usp_GetCurrentUserLabel(d) usp_GetSecLabelDetailsThe question was asked during an online exam.Origin of the question is Row Level Security in section Security of SQL Server |
|
Answer» The CORRECT CHOICE is (c) usp_GetCurrentUserLabel |
|