"regular users" don't have the appropriate permissions to join machines to
the domain by default. So this is very likely a domain admin account. It
just isn't *named* "Administrator" which is normal in 2008 (and Vista and
Win7.) The default Administrator account is disabled (Since it is a popular
attack vector) and one (or more) domain admin accounts are created for each
user that needs Admin privs. You can rename that account to something with
"admin" or similar at the end so you can distinguish it from a limited user
account.
You can then create yourself a limited user account via the SBS console.
Will logging in with your new shiny limited-user account affect your domain
connection? No.
Will SQL Server run correctly? Yes. It runs as a service which means how
*you* log in doesn't matter. Background servies can run as a different user
than the logged-in user (and do). This is a basic feature of the Windows NT
line (3.51, 4, 2000, XP, 2003, 2003 R2, Vista, 2008, windows 7, 2008 R2,
etc.)
If you aren't comfortable with how permissions work in windows, I recommend
picking up a quick book to learn this stuff. Maybe something like this...
http://www.amazon.com/Windows-Server...6103841&sr=8-3
--
Cliff Galiher
Microsoft has opened the Small Business Server forum on Technet! Check it
out!
http://social.technet.microsoft.com/...server/threads
Addicted to newsgroups? Read about the NNTP Bridge for MS Forums.
"john doe" <> wrote in message
news:eacFsH#...
> SBS2008 came with Windows Server std 2008 and Sql Server std 2008.
> I installed SBS2008.
> I installed Windows Server 2008.
> I joined Windows Server 2008 to the SBS 2008 domain with a regular user
> account (I had to make a regular user account in SBS2008 so that when I
> joined the Windows Server 2008 to it, I would be able to install SQL
> Server 2008)
> I then installed SQL Server 2008.
> My question is this. Do I have to continue to login on Windows Server 2008
> as a regular user or can I login to it as the administrator? If I do, will
> that affect my domain connection to SBS2008? Also, will my SQL Server 2008
> run correctly if I login as an administrator instead of the regular user?
> Please advise and thanks.
>