I have issue:
1. There are database files and DB.mdf DB.ldf by user Everyone;
2. Login on the server with sa. DB connect to SQL Server 2008. User Everyone rewritten to:
SQLServerMSSQLUser $ <computername> $ <instancename>;
OWNER RIGHTS;
Administrators.
What causes this, is it possible to avoid, and how to get around if you have to get physical access to the user who is not a member of any this groups?
1. There are database files and DB.mdf DB.ldf by user Everyone;
2. Login on the server with sa. DB connect to SQL Server 2008. User Everyone rewritten to:
SQLServerMSSQLUser $ <computername> $ <instancename>;
OWNER RIGHTS;
Administrators.
What causes this, is it possible to avoid, and how to get around if you have to get physical access to the user who is not a member of any this groups?