Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a SQL server in a host machine and it is running fine.

I want to share the SQL server such that it is accessible by all other machines in LAN (Not Internet) and so that i can configure the server in all other client machine's ODBC (i.e. Control Panel\All Control Panel Items\Administrative Tools\Data Sources (ODBC).lnk\)

Can you please help me by explaining in detail?
Posted

This[^] might help.
 
Share this answer
 
Comments
NaveenSoftwares 13-Aug-11 5:05am    
Thanks, I tried but some unknown error is thrown

I followed using the steps descried in the below website
http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277
You mean you want to configure the server side? Basically the SQL Server can take connections at any time so you just have to ensure few things:
- protocols etc, use configuration manager for that: http://technet.microsoft.com/en-us/library/ms174212.aspx[^]
- logins and users: http://msdn.microsoft.com/en-us/library/aa337562.aspx[^]
- and possibly you have to open a port for sql server if you have a firewall between the server and the other machine.

There are lots of other configuration things also but hopefully this gets you started.
 
Share this answer
 

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