Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Creating Service Accounts for running SQL Server 2

Author  Topic 

tanmeyamohan
Starting Member

1 Post

Posted - 2011-04-11 : 05:03:29
Hi all,

I am a beginner to SQL Server 2008 Administration part. I was going through a video tutorial, in which it was told that for running each service of SQL Server, we need to create a new Service account.

Now for creating a Service account in a domain, they used "Active Directory Computers and Users", and provided a slight hint that for creating Service accounts on a stand-alone system, you need to right click on My Computer -> Manage, etc.

Now can anyone please enlighten me upon both the concepts., i.e., is "Active Directory Computers and Users" part of the server version of operating system or is it a third party software dedicated for this purpose.
Also do tell me how to create Service Accounts on a stand-alone system, with Windows Vista Home Premium 32-bit installed on it.

Thanks in advance,
Best Regards.

Jahanzaib
Posting Yak Master

115 Posts

Posted - 2011-04-15 : 15:10:20
If you are using Domain based network and using Active directory too
then you will create an account like

XYZdomain\abcUser

this account is same as you login on the System with this user id and password,domain account is use for smooth communication on the network

this is same in the stand-alone system too,just create a new user with password then put the SQL server on this account and note this account should have administrative rights

There are 2 mode in SQL Server for Login

1-Windows Only

where only windows user can access on the SQL Server then you administrative account and those account which have created in the sql server as a window account

2-Windows and SQL Both

where you can use SQL server own users as well as Windows user too

Regards,
Syed Jahanzaib Bin Hassan
MCTS,MCITP,OCA,OCP,OCE,SCJP,IBMCDBA
Go to Top of Page
   

- Advertisement -