Hello,
Try to enable named pipes and TCP/IP for Microsoft SQL Server:
- Click Start > Programs > Microsoft SQL Server > Configuration Tools > SQL Server Configuration Manager.
- Under SQL Server Network Configuration > Protocols for MSSQLSERVER:
- Double-click the protocol name TCP/IP and set the property ENABLED to Yes.
- Double-click the protocol name Named Pipes and set the property ENABLED to Yes.
- To restart MS SQL service, run the following commands in the command prompt window of the Parallels Pro Control Panel server:
net stop mssqlserver
net start mssqlserver
Thanks,
Gaurav