SQL Server Database Administrator Question:
Download Questions PDF

What is the system function to get the current user's user id?

SQL Server DB Administrator Interview Question
SQL Server DB Administrator Interview Question

Answer:

USER_ID(). Also check out other system functions like USER_NAME(), SYSTEM_USER, SESSION_USER, CURRENT_USER, USER, SUSER_SID(), HOST_NAME().

Download SQL Server DB Administrator Interview Questions And Answers PDF

Previous QuestionNext Question
What is normalization? Explain different levels of normalization?Can we have a nested transaction?