|
Hi everyone,
I have a simple question regarding the database users on sqlserver 2005. When i run a 'sp_helpuser' stored procedure in a database to know the usernames and their corresponding loginsName, i find there are some usernames with corresponding loginName as null.I know for sure that for 'Guest' username the corresponding loginName will be Null, but i find many normal database users with Null login names.
Can anyone throw some light on this scenario .and what about 'dbo' user in a database can dbo user have a 'NULL' login name or 'sa' login by default . Please help me
Thanks in advance.
Regards Arvind L |