dbTalk Databases Forums  

Who am I just login server

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Who am I just login server in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
daicamad
 
Posts: n/a

Default Who am I just login server - 02-08-2010 , 02:41 PM






Hi all, while I work on SQL Server for some time but never being on
admin tasks.

I install SQL Server 2008 on Admin account of Windows 7, create a
database AB (used Window authenticate login or the login at
installation).
I create a Standard user account, and login to the database,
successfully. I attempt to access to database AB, and obviously
without success.

Now I have a question: Who I am just login to the server as a Standard
user?
When I login in as Standard user using Window authenticate, I see only
2 logins in that are BUILDIN\Users and sa

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Who am I just login server - 02-08-2010 , 04:21 PM






daicamad (daicamad (AT) gmail (DOT) com) writes:
Quote:
Hi all, while I work on SQL Server for some time but never being on
admin tasks.

I install SQL Server 2008 on Admin account of Windows 7, create a
database AB (used Window authenticate login or the login at
installation).
I create a Standard user account, and login to the database,
successfully. I attempt to access to database AB, and obviously
without success.

Now I have a question: Who I am just login to the server as a Standard
user?
When I login in as Standard user using Window authenticate, I see only
2 logins in that are BUILDIN\Users and sa
BUILTIN\Users is a group that includes all users on the machine.

To see as whom you are logged in as, you can do

SELECT SYSTEM_USER

from a query window.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.