Re: Users

From: Niles (Niles_at_discussions.microsoft.com)
Date: 07/06/04


Date: Tue, 6 Jul 2004 12:11:01 -0700

Hari,

To change sa login do I connect via an ODBC connection - and is an account with local admin on my machine would accomplish that change. Also is there anything that may be affected with that change?

now the Builtin\administrators user has a System Administrtors role (in SQL) and database access to all dbs. Can I uncheck that role or is that a default access.

What type of access would you allow network engineers to have in sql, the main functionality is a network back up they run and include SQL in that.

Where can I get mor info on Buildin account and what effect it has on SQL Agent Service and Full text indexing? I couldn't find info on this account at BOL

Where can I find a list of stored procedures (like the one you mentioned below for changing the sa password) and a description of what they do?

Thanks in advance

"Hari Prasad" wrote:

> Hi,
>
> For Login creation SQL serevr uses the system procedure sp_addlogin, which
> automatically picks MASTER database as default if the
> default db is not specified.
>
> No one knows the sa password, how do I find out what it is and can I change
> it without causing any problems
>
> Login to OS using a admin user and connect to SQL server in trunsted mode
> and execute below command to change sa password
>
> sp_password null,'newpassword',sa
>
> This will change the password of sa to newpassword.
>
> There is also a Builtin\Administrators user that has a type of "Windows
> Group" how do I change that password or restrict access through it.
>
> You can restrict the access of BUILDIN administrators but you need to take
> care of the SQl Agent service and FULL TEXT indexing.
> Change the passwords for the users which falls under the local admin group
> in OS level.
>
> Thanks
> Hari
> MCDBA
>
>
>
> "Niles" <Niles@discussions.microsoft.com> wrote in message
> news:703ADFCB-E4F1-4FF3-A902-BF7367DBE336@microsoft.com...
> > When a new user is created, sometimes it defaults to a DB that I did not
> specifically pick and it is not master. How is the default DB picked.
> > Also,
> > No one knows the sa password, how do I find out what it is and can I
> change it without causing any problems.
> > There is also a Builtin\Administrators user that has a type of "Windows
> Group" how do I change that password or restrict access through it.
> >
> > Thanks
>
>
>



Relevant Pages

  • Re: SQL Server on XP Home Network
    ... The sa account is the system administrator "God" account witihin SQL ... This account is a SQL-Server login. ... You might be able to use Enterprise Manager to go in and create a new SQL ... Select the "SQL Server Authentication" ...
    (microsoft.public.sqlserver.setup)
  • Re: SQL Connection with .udl and domain accounts
    ... work because it's not recognised by SQL-Server as a valid User Id. ... difference between a SQL account and a domain account. ... Login account using a SQL Login name and password that will ...
    (microsoft.public.sqlserver.connect)
  • Re: W2K/WMI service (WinMgmt.exe) accessing an ODBC connection
    ... If a SQL account is used then the only thing needed on the ... machine running SQL is SQL login and database grants. ... If integrated, then in addition, I have seen the account need ... then changing this to use trusted connection ...
    (microsoft.public.windows.server.security)
  • Re: W2K/WMI service (WinMgmt.exe) accessing an ODBC connection
    ... If a SQL account is used then the only thing needed on the ... machine running SQL is SQL login and database grants. ... If integrated, then in addition, I have seen the account need ... then changing this to use trusted connection ...
    (microsoft.public.win32.programmer.wmi)
  • RE: local admin account password
    ... Do you think if someone wanted to break the local admin account they ... more recovery console and don't think cached logins will work. ... 5)My main idea/plan is to store all the passwords on a central SQL server. ...
    (Focus-Microsoft)