0
votes
2answers
24 views

Remote connection in sql connects one way

I have two sql instances: instance-1 on server-A instance-2 on server-R. Both instances are on different domains. I can connect remotely to instance-1 from server-R successfully but I am unable to ...
2
votes
1answer
1k views

Connect to godaddy sql server with management studio

I have a sql server hosted on go daddy that I simply am unable to connect to using Visual Web Developer 2010 Express or Microsoft SQL Server Management Studio. Cannot connect to ...
0
votes
2answers
2k views

SQL Server Express 2008 Configure for Remote Access via url

I have installed SQL Server 2008 Express Edition on my Server. I am hosting my applications on the same server. I can remote in to my server with a ip xx.xxx.xxx.xx username and password I can run ...
3
votes
2answers
1k views

Completely disable remote access to SQL Server

I'm on the panic-mode. Today, when navigating to my website, I saw the website was down because of SQL Server timeouts (after an attack with million of login attempts.) ASP.Net pages can't be ...
0
votes
1answer
588 views

Security risk with remote access to sql server?

I wish to access a company sql server database externally. I can access the database currently through use of Remote Desktop Connection, but this is not adequate for certain database tools running off ...
3
votes
2answers
10k views

Unable to access an instance of SQL Server 2008 R2 remotely

A very mysterious problem coming up :P I have a server configured with a static IP. I have installed SQL Server 2008 R2 with additional instance (ITAPP). Now When I use the IP to access the SQL ...
0
votes
1answer
639 views

SQL Server 2008 and VMWare Workstation [closed]

I have my SQL Server 2008 installed on Windows 7 machine. Can I connect to the server from Windows XP SP3 using VMWare Workstation or this in incompatible? The server is configured correctly: allow ...
2
votes
2answers
6k views

Sql Server 2008 remote access problem

I have problem with connecting to Sql Server from my local machine. Seems like I did everything I could, but still I'm unable to connect to it. This is what I did: 1) Right click on Sql Server in ...
-1
votes
1answer
228 views

login failed error for my database on localnetwork

I created my database on the server using code. Now no client on the local network can login to my database. This error occurs: :"cannot open database "test" requested by the login. the login failed ...