|
The error message you are having now is due to the required network protocols on your Win 7 machine were disabled.
To enable it:
- Close Practice 2000
- Click on Start -> Run then type SQLServerManager.msc and click OK. Alternatively, go to Start -> All Programs -> MS SQL Server 2005 -> Configurations then SQL Server Configuration Manager
- On the left panel, double click on SQL Server 2005 network Configuration then double click on Protocols for MSSQLSERVER
- On the right panel, right click on Named Pipes and click on Enable. Right click on TCP/IP then click on Enable
- Close the SQL Server Configuration Manager then restart the computer. Try to attach the workstation to the Win 7 server again
|