views:

24

answers:

1

I'm running a Windows 7 VM via Parallels on OSX. There's an instance of SQL Server running on that VM. I would very much like to be able to connect to that instance from my host (OSX). I want to be able to leverage my local RoR environment with SQLServer as a backend.

I can't get the VM to respond to any requests from my Mac and I haven't a clue where to begin the troubleshooting process.

Can anyone provide any insights or helpful resources?

TIA!

+1  A: 

You need to make sure remote connections are enabled in SQL server and open the relevant ports on the Windows firewall.

All the relevant steps are listed in this MSDN page (documentation for "Quadrant", but relvant to any installation).

Ed Harper
Thanks for the answer. I've gone through the necessary steps for SQL Server access before. I've even set this up successfully on a real box. I'm afraid parallels probably has some "firewall-ish" configuration that I don't know about. I think that's where I'm getting blocked.Any experience with that?
Bobby B
@Bobby B - Sorry; I have no experience of Parallels. Are you able to connect to the VM via TCP/IP on other ports than 1433 (or whatever SQL Server is running on)?
Ed Harper