adspace
What is the security principal at the server level that represents your session?
Answer Posted / Munesh Singh
The security principal at the server level that represents your SQL Server session is called the 'current user'. The current user owns all objects created during the session by default. You can find out who the current user is using the `SELECT SUSER_NAME()` function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can sql servers link to other servers like oracle?
How to convert numeric expression data types using the cast() function?
What is the primary use of the model database?
What are the source of constraints?
What is temporary table in sql server? Why we use temp table?
What are the different SQL Server Versions you have worked on?
How to remove duplicate rows from table except one?
Does view occupy space?
How can we solve concurrency problems?
Why use identity in sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What are wait types?
What is normalization and what are the advantages of it?
Can we shrink data file in sql server?
Explain system functions or built-in functions? What are different types of system functions?