What is the security principal at the server level that represents your session?



What is the security principal at the server level that represents your session?..

Answer / 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

More SQL Server Interview Questions

What is acid db?

1 Answers  


After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas

1 Answers  


What are the different types of replication are there in sql server 2000?

1 Answers  


How can you start sql server in different modes?

1 Answers  


How you trouble shoot when any job fails

1 Answers  


how to find number of columns in a table in sql server 2000 and 2005 also

16 Answers   Virtusa,


How to rebuild the master database?

0 Answers  


Why union all is faster than union?

1 Answers  


Diffrent types of function

1 Answers   Wipro,


What protocol does sql server use?

1 Answers  


What are sql dirty pages?

1 Answers  


What is dbcc? Give few examples.

1 Answers  


Categories