Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using sql server 2008 r2 on windows 7 Professional, here is what i want to do
1. get remote access on sql server.
2. so other computers can use the database on my computer.

issues:
1. is this possible.
2. if yes, please help by giving a walkthrough on how to achieve the above.
Posted

Just connect to your Win7 machine's IP address or name using the management studio.

Read this : http://msdn.microsoft.com/en-us/library/ms167593.aspx[^]
 
Share this answer
 
1) Yes.
2) Google can: http://support.microsoft.com/kb/914277[^]

However, it may be a very bad idea, unless you limit the user access quite severely. Remember that if you give full access, they can delete records, drop tables, add columns, etc., etc. You want to be very careful here, and may want to consider providing a Service instead.
 
Share this answer
 
Comments
Anil Honey 206 17-Oct-11 4:51am    
exactly its correct

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