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
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Setting up access on win 7 box

Author  Topic 

skifreak
Starting Member

2 Posts

Posted - 2013-10-16 : 15:15:28
First of all I am not a DBA. I have a win 7 box and a co-worker has a 2008 Server box. We both have SQLEXPRESS installed. I enabled all the connections (i.e. TCP) and have added the user using windows authentication. I gave him dbo and restarted the SQL service. Can I do this? If so, what else do I need to do to allow others to connect to my SQL db's

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-10-16 : 15:28:14
You need to enable remote connections (right-click on server name in SSMS object explorer, then Server Properties -> Connections tab). If that does not fix the issue, make sure the service is running (look in services.msc), and that your colleague is using the correct server name (for sql express the format would be SERVERNAME\SQLEXPRESS).

If none of that seems to help, go through the checklist in this article: http://blogs.msdn.com/b/sql_protocols/archive/2006/09/30/sql-server-2005-remote-connectivity-issue-troubleshooting.aspx
Go to Top of Page

skifreak
Starting Member

2 Posts

Posted - 2013-10-17 : 08:29:12
Thanks, that got me in the right direction. Working now : )
Go to Top of Page

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-10-17 : 09:53:04
You are very welcome - glad to help.
Go to Top of Page
   

- Advertisement -