Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Folks,

I need to install sql server enterprise edition in server in windows 2008.
my office network is currently WORK GROUP.


So i need to know any diffrence in installing the sql server Domain network and Work Group network ?


Please suggest !!


Thanks,
Adersh Ram
Posted

What is the difference between a domain, a workgroup, and a homegroup?[^]

Domain is a collection of computers and supporting hardware that shares the same security database using Active Directory. Grouping the equipment in this manner allows you to set up centralized security and administration. Conversely, a workgroup has no centralized security or administration. Each server or workstation is configured independently and locally for all security and administration settings.
 
Share this answer
 
Comments
Adersh Ram 5-Jan-13 5:11am    
Thanks Abhi
Your machine is ether in a workgroup or in a domain. It can not be in both.
There is no difference in installation of SQL Server, but there is in accessing it. You will not be able to connect to the server remotely using trusted connection if you are not in a domain.
 
Share this answer
 
Comments
Adersh Ram 5-Jan-13 5:10am    
Thanks for share it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900